Remove debug output

This commit is contained in:
Lukáš Lalinský
2009-01-10 16:59:33 +01:00
parent 603c83132a
commit 02a9d12284

View File

@@ -55,7 +55,6 @@ class APEv2File(File):
if origname.lower().startswith("cover art") and values.kind == mutagen.apev2.BINARY:
if '\0' in values.value:
descr, data = values.value.split('\0', 1)
print 'Cover Art' in data
if data.startswith('\xff\xd8\xff\xe0'):
mime = 'image/jpeg'
else: