Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 70b7479

Browse filesBrowse files
sobolevnseehwan80
authored andcommitted
Remove print from test_monitoring.py (python#131200)
1 parent 4080123 commit 70b7479
Copy full SHA for 70b7479

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎Lib/test/test_monitoring.py

Copy file name to clipboardExpand all lines: Lib/test/test_monitoring.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,6 @@ def check_branches(self, run_func, test_func=None, tool=TEST_TOOL, recorders=BRA
17331733
for (src, left, right) in test_func.__code__.co_branches():
17341734
lefts.add((src, left))
17351735
rights.add((src, right))
1736-
print(event_list)
17371736
for event in event_list:
17381737
way, _, src, dest = event
17391738
if "left" in way:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.