mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove print
from test_monitoring.py
(#131200)
This commit is contained in:
parent
ec46a55d63
commit
1a8e5742cd
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue