From 463c145d31ac882bed76c9f398e864f74160bcbc Mon Sep 17 00:00:00 2001 From: Bogdan Opanchuk Date: Sun, 24 May 2020 16:35:27 -0700 Subject: [PATCH] Remove a debug print() --- tests/cli/test_deploy_commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cli/test_deploy_commands.py b/tests/cli/test_deploy_commands.py index aa162d27d..410b556c9 100644 --- a/tests/cli/test_deploy_commands.py +++ b/tests/cli/test_deploy_commands.py @@ -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