aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_sys_settrace.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_sys_settrace.py')
-rw-r--r--Lib/test/test_sys_settrace.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sys_settrace.py b/Lib/test/test_sys_settrace.py
index 53ec4eaea64..2888f0b8706 100644
--- a/Lib/test/test_sys_settrace.py
+++ b/Lib/test/test_sys_settrace.py
@@ -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