mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Debug print statements left in test
Solution: Removed the print statements
This commit is contained in:
parent
0561c2835e
commit
9fa4518741
@ -373,11 +373,7 @@ def test_upsert_validator_new_with_tendermint(b, priv_validator_path, user_sk, m
|
|||||||
node_id='12345',
|
node_id='12345',
|
||||||
sk=priv_validator_path,
|
sk=priv_validator_path,
|
||||||
config={})
|
config={})
|
||||||
print("*****ARGS*****")
|
|
||||||
print(args)
|
|
||||||
resp = run_upsert_validator_new(args, b)
|
resp = run_upsert_validator_new(args, b)
|
||||||
print("*****TX ID*****")
|
|
||||||
print(resp)
|
|
||||||
time.sleep(3)
|
time.sleep(3)
|
||||||
|
|
||||||
assert b.get_transaction(resp)
|
assert b.get_transaction(resp)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user