From: sobolevn Date: Thu, 13 Mar 2025 19:54:17 +0000 (+0300) Subject: Remove `print` from `test_monitoring.py` (#131200) X-Git-Tag: v3.14.0a6~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a8e5742cdcf3dba7fc592d036adab49877c42ba;p=thirdparty%2FPython%2Fcpython.git Remove `print` from `test_monitoring.py` (#131200) --- diff --git a/Lib/test/test_monitoring.py b/Lib/test/test_monitoring.py index 23b0d56c767b..263e4e6f3941 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: