summaryrefslogtreecommitdiff
path: root/test/scripts/e2e_subs/app-rekey.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/e2e_subs/app-rekey.py')
-rwxr-xr-xtest/scripts/e2e_subs/app-rekey.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/scripts/e2e_subs/app-rekey.py b/test/scripts/e2e_subs/app-rekey.py
index 189f7eed3..94bfcd22a 100755
--- a/test/scripts/e2e_subs/app-rekey.py
+++ b/test/scripts/e2e_subs/app-rekey.py
@@ -21,7 +21,6 @@ assert not err, err
txinfo, err = goal.keyreg(joe, nonpart=True)
assert not err, err
joeb = goal.balance(joe)
-print(joeb)
txinfo, err = goal.pay(goal.account, flo, amt=500_000)
assert not err, err