mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Removed debug print
Debug print left in _save. Removed.
This commit is contained in:
parent
456bd96565
commit
c0ce8d0ae8
|
@ -202,7 +202,6 @@ SAVE = {
|
|||
|
||||
def _save(im, fp, filename, check=0):
|
||||
try:
|
||||
print im.mode
|
||||
rawmode, bits, colors = SAVE[im.mode]
|
||||
except KeyError:
|
||||
raise IOError("cannot write mode %s as BMP" % im.mode)
|
||||
|
|
Loading…
Reference in New Issue
Block a user