Remove logging of taglist

This commit is contained in:
Thomas Adamcik 2011-05-20 22:07:57 +02:00
parent 6640e2da17
commit 3ce42b2f6b

View File

@ -286,7 +286,6 @@ class GStreamer(ThreadingActor):
event = gst.event_new_tag(taglist)
self._pipeline.send_event(event)
logger.debug('Setting tags to: %s', taglist)
def connect_output(self, output):
"""