Problem: Debug print statements left in test

Solution: Removed the print statements
This commit is contained in:
z-bowen 2018-08-09 11:44:37 +02:00
parent 0561c2835e
commit 9fa4518741

View File

@ -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)