mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-07 13:25:24 +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)
|
data = bytearray(pagesize * zsize)
|
||||||
self.fd.seek(512)
|
self.fd.seek(512)
|
||||||
s = self.fd.read(2 * pagesize * zsize)
|
s = self.fd.read(2 * pagesize * zsize)
|
||||||
print(len(s))
|
|
||||||
i = 0
|
i = 0
|
||||||
y = 0
|
y = 0
|
||||||
if orientation < 0:
|
if orientation < 0:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user