Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
remove print debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Benzbeeb committed Nov 13, 2020
1 parent 23b0de5 commit f3a1dce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flusher/flusher/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ def handle_new_proposal(self, msg):
self.conn.execute(proposals.insert(), msg)

def handle_set_deposit(self, msg):
print(msg)
msg["depositor_id"] = self.get_account_id(msg["depositor"])
del msg["depositor"]
msg["tx_id"] = self.get_transaction_id(msg["tx_hash"])
Expand Down

0 comments on commit f3a1dce

Please sign in to comment.