trm debugging statement - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit bba9da91dea39dbba2c88f41601cbaa4ac90d922
DIR parent 6f474eea3b570abf9e21e9d651001a0927c095e9
HTML Author: ThomasV <thomasv@gitorious>
Date: Tue, 18 Aug 2015 17:16:15 +0200
rm debugging statement
Diffstat:
M gui/qt/main_window.py | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
t@@ -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):