Skip to content

Commit 997260f

Browse files
committed
remove debugging statements
1 parent 7a17e8f commit 997260f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/asynchronous/test_discovery_and_monitoring.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ async def run_scenario(self):
216216
for i, phase in enumerate(scenario_def["phases"]):
217217
# Including the phase description makes failures easier to debug.
218218
description = phase.get("description", str(i))
219-
if self._testMethodName == "test_single_direct_connection_external_ip":
220-
print("here")
221219
with assertion_context(f"phase: {description}"):
222220
for response in phase.get("responses", []):
223221
await got_hello(c, common.partition_node(response[0]), response[1])

test/test_discovery_and_monitoring.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ def run_scenario(self):
215215
for i, phase in enumerate(scenario_def["phases"]):
216216
# Including the phase description makes failures easier to debug.
217217
description = phase.get("description", str(i))
218-
if self._testMethodName == "test_single_direct_connection_external_ip":
219-
print("here")
220218
with assertion_context(f"phase: {description}"):
221219
for response in phase.get("responses", []):
222220
got_hello(c, common.partition_node(response[0]), response[1])

0 commit comments

Comments
 (0)