mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove debugging output
This commit is contained in:
parent
bb62c18ec9
commit
4f23472fc2
1 changed files with 0 additions and 3 deletions
|
@ -187,9 +187,6 @@ class CmdLineTest(unittest.TestCase):
|
|||
# Drain stderr until prompt
|
||||
while True:
|
||||
data = stderr.read(4)
|
||||
if support.verbose:
|
||||
print("repl stderr[:4]:", repr(data), file=sys.__stdout__)
|
||||
sys.__stdout__.flush()
|
||||
if data == b">>> ":
|
||||
break
|
||||
stderr.readline()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue