Skip to content

Commit e4bb002

Browse files
gh-103186: Remove debug print in test_sys_settrace (GH-109077)
1 parent 1294fce commit e4bb002

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_sys_settrace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,6 @@ def error_once(frame, event, arg):
16541654
except Exception as ex:
16551655
count = 0
16561656
tb = ex.__traceback__
1657-
print(tb)
16581657
while tb:
16591658
if tb.tb_frame.f_code.co_name == "test_settrace_error":
16601659
count += 1

0 commit comments

Comments
 (0)