mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +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 @@ 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue