rm print line
authorecdsa <ecdsa@github>
Sat, 6 Apr 2013 19:22:40 +0000 (21:22 +0200)
committerecdsa <ecdsa@github>
Sat, 6 Apr 2013 19:22:40 +0000 (21:22 +0200)
gui/gui_classic.py

index 8fd703c..3ff76f0 100644 (file)
@@ -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)