Remove debug message.
This commit is contained in:
parent
96b0bd1cfa
commit
276d374b1a
@ -292,7 +292,6 @@ class TypeRegistry:
|
||||
def get_type(self, formats):
|
||||
for file_type in self._types:
|
||||
for format, data in formats.iteritems():
|
||||
logging.debug(format)
|
||||
if file_type.matches_mime_type(format):
|
||||
return file_type(formats)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user