Skip to content

Commit b095877

Browse files
authored
remove print
1 parent 92b921a commit b095877

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_zipfile/test_core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3458,7 +3458,6 @@ def __init__(self):
34583458
def read(self, size=-1):
34593459
bs = super().read(size)
34603460
self.bytes_read += len(bs)
3461-
print('read sz', len(bs))
34623461
return bs
34633462

34643463
def get_bytes_read(self):

0 commit comments

Comments
 (0)