From 55eeed757680f1d12beda290993a11a8ce0b2e51 Mon Sep 17 00:00:00 2001
From: crokkon <33018033+crokkon@users.noreply.github.com>
Date: Tue, 9 Oct 2018 08:36:28 +0200
Subject: [PATCH] remove debug print

---
 beem/account.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/beem/account.py b/beem/account.py
index a6b045c3..6b703a33 100644
--- a/beem/account.py
+++ b/beem/account.py
@@ -2402,7 +2402,6 @@ class Account(BlockchainObject):
         return self.steem.finalizeOp(op, account, "active", **kwargs)
 
     def _check_amount(self, amount, symbol):
-        print(amount)
         if isinstance(amount, (float, integer_types)):
             amount = Amount(amount, symbol, steem_instance=self.steem)
         elif isinstance(amount, string_types) and amount.replace('.', '', 1).replace(',', '', 1).isdigit():
-- 
GitLab