mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-04 20:40:11 +03:00
Port some commented-out print() calls
This commit is contained in:
parent
f4d081953b
commit
d78f7e82ec
|
@ -112,7 +112,7 @@ class _OleStream(io.BytesIO):
|
|||
|
||||
data = b"".join(data)
|
||||
|
||||
# print len(data), size
|
||||
# print(len(data), size)
|
||||
|
||||
io.BytesIO.__init__(self, data[:size])
|
||||
|
||||
|
@ -501,8 +501,8 @@ class OleFileIO:
|
|||
|
||||
# FIXME: add support for VT_VECTOR
|
||||
|
||||
#print "%08x" % id, repr(value),
|
||||
#print "(%s)" % VT[i32(s, offset) & 0xFFF]
|
||||
#print("%08x" % id, repr(value), end=" ")
|
||||
#print("(%s)" % VT[i32(s, offset) & 0xFFF])
|
||||
|
||||
data[id] = value
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user