diff --git a/beem/account.py b/beem/account.py
index a6b045c36c08388d65bdf5c9890861724c3723bd..6b703a33987775f6cfc70c2551cc5d107ec114d4 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():