From b4cfe085a7979985a452c727216268b34fc28449 Mon Sep 17 00:00:00 2001
From: crokkon <33018033+crokkon@users.noreply.github.com>
Date: Mon, 15 Oct 2018 17:08:43 +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 7e29dce7..a130fe5a 100644
--- a/beem/account.py
+++ b/beem/account.py
@@ -2467,7 +2467,6 @@ class Account(BlockchainObject):
                 "reward_vests": reward_vests,
                 "prefix": self.steem.prefix,
             })
-        print(op)
         return self.steem.finalizeOp(op, account, "posting", **kwargs)
 
     def delegate_vesting_shares(self, to_account, vesting_shares,
-- 
GitLab