Remove a debug print()

pull/2039/head
Bogdan Opanchuk 2020-05-24 16:35:27 -07:00
parent df78d22e7c
commit 463c145d31
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ def test_batch_deposits(click_runner,
deploy_command,
input=user_input,
catch_exceptions=False)
print(result.output)
assert result.exit_code == 0
for allocation_address in testerchain.unassigned_accounts:
assert allocation_address in result.output