Remove suspicious print statement

This looked out of place for the GTK client...
This commit is contained in:
James O'Beirne 2013-12-26 16:53:11 -05:00
parent 36a6deaee7
commit 6b818f5d09
1 changed files with 0 additions and 1 deletions

View File

@ -1310,7 +1310,6 @@ class ElectrumGui():
show_seed_dialog(wallet, None, None)
r = change_password_dialog(False, None)
password = r[2] if r else None
print "password", password
wallet.save_seed(password)
wallet.synchronize() # generate first addresses offline