Remove print from test_monitoring.py (#131200)

This commit is contained in:
sobolevn 2025-03-13 22:54:17 +03:00 committed by GitHub
parent ec46a55d63
commit 1a8e5742cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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: