Remove stray debug print

This commit is contained in:
hugovk 2014-05-27 12:18:56 +03:00
parent a0d8e5cb33
commit b853696ad5

View File

@ -2158,7 +2158,6 @@ def open(fp, mode="r"):
# return factory(fp, filename)
im = factory(fp, filename)
_compression_bomb_check(im.size)
print(im)
return im
except (SyntaxError, IndexError, TypeError):
#import traceback