removed debugging

This commit is contained in:
Eric Soroos 2017-09-29 10:39:25 +00:00
parent 4d50f2852c
commit f699e0c716

View File

@ -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: