Skip to content

Commit 1a8e574

Browse files
authored
Remove print from test_monitoring.py (python#131200)
1 parent ec46a55 commit 1a8e574

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_monitoring.py

-1
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,6 @@ def check_branches(self, run_func, test_func=None, tool=TEST_TOOL, recorders=BRA
17331733
for (src, left, right) in test_func.__code__.co_branches():
17341734
lefts.add((src, left))
17351735
rights.add((src, right))
1736-
print(event_list)
17371736
for event in event_list:
17381737
way, _, src, dest = event
17391738
if "left" in way:

0 commit comments

Comments
 (0)