diff --git a/Lib/test/test_monitoring.py b/Lib/test/test_monitoring.py index 23b0d56c767b4f..263e4e6f394155 100644 --- a/Lib/test/test_monitoring.py +++ b/Lib/test/test_monitoring.py @@ -1733,7 +1733,6 @@ def check_branches(self, run_func, test_func=None, tool=TEST_TOOL, recorders=BRA for (src, left, right) in test_func.__code__.co_branches(): lefts.add((src, left)) rights.add((src, right)) - print(event_list) for event in event_list: way, _, src, dest = event if "left" in way: