Remove apparent debugging leftover.

This commit is contained in:
Georg Brandl 2009-02-18 00:33:42 +01:00
parent 80740d68c4
commit ed3cda0ee1

View File

@ -291,7 +291,6 @@ class HTMLTranslator(BaseTranslator):
olduri))
except (IOError, # Source image can't be found or opened
UnicodeError): # PIL doesn't like Unicode paths.
print olduri
pass
else:
if not node.has_key('width'):