Kaydet (Commit) 4f23472f authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Remove debugging output

üst bb62c18e
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment