mirror of https://github.com/python/cpython
gh-103186: Remove debug print in test_sys_settrace (GH-109077)
This commit is contained in:
parent
1294fcede0
commit
e4bb0026b9
|
@ -1654,7 +1654,6 @@ class TraceTestCase(unittest.TestCase):
|
|||
except Exception as ex:
|
||||
count = 0
|
||||
tb = ex.__traceback__
|
||||
print(tb)
|
||||
while tb:
|
||||
if tb.tb_frame.f_code.co_name == "test_settrace_error":
|
||||
count += 1
|
||||
|
|
Loading…
Reference in New Issue