Remove debug print

This commit is contained in:
Thomas Scholtes 2014-07-08 13:07:08 +02:00
parent b5426f72a1
commit 34021127e4

View file

@ -1243,7 +1243,6 @@ class MediaFile(object):
)
try:
self.mgfile = mutagen.File(path)
print(self.mgfile)
except unreadable_exc as exc:
log.debug(u'header parsing failed: {0}'.format(unicode(exc)))
raise UnreadableFileError(path)