mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Remove debug print.
This commit is contained in:
parent
a327000bdd
commit
865b003de0
1 changed files with 0 additions and 1 deletions
|
@ -647,7 +647,6 @@ class BufferedReader(_BufferedIOMixin):
|
|||
to_read = max(self.buffer_size,
|
||||
n if n is not None else 2*len(self._read_buf))
|
||||
current = self.raw.read(to_read)
|
||||
print(to_read, repr(current))
|
||||
if current in (b"", None):
|
||||
nodata_val = current
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue