]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove `print` from `test_monitoring.py` (#131200)
authorsobolevn <mail@sobolevn.me>
Thu, 13 Mar 2025 19:54:17 +0000 (22:54 +0300)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 19:54:17 +0000 (22:54 +0300)
Lib/test/test_monitoring.py

index 23b0d56c767b4f0433cbb1e5d676093e0a8677b8..263e4e6f39415574c586049ac28476820372d0d8 100644 (file)
@@ -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: