From bba9da91dea39dbba2c88f41601cbaa4ac90d922 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 18 Aug 2015 17:16:15 +0200 Subject: [PATCH] rm debugging statement --- gui/qt/main_window.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 9cca30ce..45e17ba4 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -466,7 +466,6 @@ class ElectrumWindow(QMainWindow): def new_transaction(self, tx): - print "new tx", tx self.tx_notifications.append(tx) def notify_transactions(self):