Skip to content

Commit 8af06aa

Browse files
serhiy-storchakamiss-islington
authored andcommitted
pythongh-103186: Remove debug print in test_sys_settrace (pythonGH-109077)
(cherry picked from commit e4bb002) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent db55cfc commit 8af06aa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_sys_settrace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,6 @@ def error_once(frame, event, arg):
16311631
except Exception as ex:
16321632
count = 0
16331633
tb = ex.__traceback__
1634-
print(tb)
16351634
while tb:
16361635
if tb.tb_frame.f_code.co_name == "test_settrace_error":
16371636
count += 1

0 commit comments

Comments
 (0)