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):