From 1a8e5742cdcf3dba7fc592d036adab49877c42ba Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 13 Mar 2025 22:54:17 +0300 Subject: Remove `print` from `test_monitoring.py` (#131200) --- Lib/test/test_monitoring.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_monitoring.py b/Lib/test/test_monitoring.py index 23b0d56..263e4e6 100644 --- a/Lib/test/test_monitoring.py +++ b/Lib/test/test_monitoring.py @@ -1733,7 +1733,6 @@ class TestBranchConsistency(MonitoringTestBase, unittest.TestCase): 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: -- cgit v0.12