Skip to content

Commit d830d52

Browse files
authored
Merge pull request #117 from opentensor/fix/thewhaleking/remove-prints
Remove testing print calls.
2 parents a6a2c27 + 16bc7a9 commit d830d52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_substrate_addons.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def single_local_chain():
2929
try:
3030
yield process
3131
finally:
32-
print("TRIGGERED KILL")
3332
subprocess.run(["docker", "kill", process.name])
3433
process.process.kill()
3534

@@ -54,7 +53,6 @@ def test_retry_sync_substrate_max_retries(docker_containers):
5453
docker_containers[0].uri, fallback_chains=[docker_containers[1].uri]
5554
) as substrate:
5655
for i in range(5):
57-
print("EYE EQUALS", i)
5856
assert substrate.get_chain_head().startswith("0x")
5957
if i == 2:
6058
subprocess.run(["docker", "pause", docker_containers[0].name])

0 commit comments

Comments
 (0)