mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-11-29 11:51:14 +00:00
parsers: changed print to log.debug
This commit is contained in:
parent
27c38a3ec8
commit
864fc14545
@ -191,7 +191,7 @@ def parsers_for_filename(name):
|
||||
parsers = mime_parsers[mime]
|
||||
found = None
|
||||
for parser in parsers:
|
||||
print("parser: %s = %s" % (mime, parser))
|
||||
log.debug("parser: %s = %s" % (mime, parser))
|
||||
matches.append(StandardDeliveryImage)
|
||||
return matches
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user