Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 865b003

Browse files
committed
Remove debug print.
1 parent a327000 commit 865b003

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ def read(self, n=None):
647647
to_read = max(self.buffer_size,
648648
n if n is not None else 2*len(self._read_buf))
649649
current = self.raw.read(to_read)
650-
print(to_read, repr(current))
651650
if current in (b"", None):
652651
nodata_val = current
653652
break

0 commit comments

Comments
 (0)