rm print line

This commit is contained in:
ecdsa 2013-04-06 21:22:40 +02:00
parent f6899fd8bb
commit aed46cef5b
1 changed files with 0 additions and 2 deletions

View 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)