mirror of
https://github.com/beetbox/beets.git
synced 2026-02-08 08:25:23 +01:00
Remove debug print
This commit is contained in:
parent
b5426f72a1
commit
34021127e4
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue