commit aed46cef5bce97960c6732109adaf62f189f2017
parent f6899fd8bb663b11af38792e6963feb5ebd8a440
Author: ecdsa <ecdsa@github>
Date: Sat, 6 Apr 2013 21:22:40 +0200
rm print line
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/gui/gui_classic.py b/gui/gui_classic.py
@@ -1100,8 +1100,6 @@ class ElectrumWindow(QMainWindow):
else:
account_items = []
- print self.current_account
-
for k, account in account_items:
name = account.get('name',str(k))
c,u = self.wallet.get_account_balance(k)