mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove apparent debugging leftover.
This commit is contained in:
parent
80740d68c4
commit
ed3cda0ee1
@ -291,7 +291,6 @@ class HTMLTranslator(BaseTranslator):
|
|||||||
olduri))
|
olduri))
|
||||||
except (IOError, # Source image can't be found or opened
|
except (IOError, # Source image can't be found or opened
|
||||||
UnicodeError): # PIL doesn't like Unicode paths.
|
UnicodeError): # PIL doesn't like Unicode paths.
|
||||||
print olduri
|
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
if not node.has_key('width'):
|
if not node.has_key('width'):
|
||||||
|
Loading…
Reference in New Issue
Block a user