URI: 
       trm print line - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit aed46cef5bce97960c6732109adaf62f189f2017
   DIR parent f6899fd8bb663b11af38792e6963feb5ebd8a440
  HTML Author: ecdsa <ecdsa@github>
       Date:   Sat,  6 Apr 2013 21:22:40 +0200
       
       rm print line
       
       Diffstat:
         M gui/gui_classic.py                  |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/gui/gui_classic.py b/gui/gui_classic.py
       t@@ -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)