mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-05 06:00:58 +03:00
removed debugging
This commit is contained in:
parent
4d50f2852c
commit
f699e0c716
|
@ -206,7 +206,6 @@ class SGI16Decoder(ImageFile.PyDecoder):
|
|||
data = bytearray(pagesize * zsize)
|
||||
self.fd.seek(512)
|
||||
s = self.fd.read(2 * pagesize * zsize)
|
||||
print(len(s))
|
||||
i = 0
|
||||
y = 0
|
||||
if orientation < 0:
|
||||
|
|
Loading…
Reference in New Issue
Block a user