From 23b6dae40cd567d5d7c4a21a0282faf6a27aa66e Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 13 Mar 2025 20:07:03 +0300 Subject: [PATCH] Remove `print` from `test_monitoring.py` --- 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 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: