From 9fa45187414d3cdafec18e680a2000a87ec374da Mon Sep 17 00:00:00 2001 From: z-bowen Date: Thu, 9 Aug 2018 11:44:37 +0200 Subject: [PATCH] Problem: Debug print statements left in test Solution: Removed the print statements --- tests/commands/test_commands.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/commands/test_commands.py b/tests/commands/test_commands.py index 99df758f..10e41205 100644 --- a/tests/commands/test_commands.py +++ b/tests/commands/test_commands.py @@ -373,11 +373,7 @@ def test_upsert_validator_new_with_tendermint(b, priv_validator_path, user_sk, m node_id='12345', sk=priv_validator_path, config={}) - print("*****ARGS*****") - print(args) resp = run_upsert_validator_new(args, b) - print("*****TX ID*****") - print(resp) time.sleep(3) assert b.get_transaction(resp)