Browse Source

rm debugging statement

283
ThomasV 9 years ago
parent
commit
bba9da91de
  1. 1
      gui/qt/main_window.py

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

Loading…
Cancel
Save