mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-03 11:35:52 +03:00
Remove stray debug print
This commit is contained in:
parent
a0d8e5cb33
commit
b853696ad5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user