Browse Source

Remove suspicious print statement

This looked out of place for the GTK client...
master
James O'Beirne 12 years ago
parent
commit
6b818f5d09
  1. 1
      gui/gtk.py

1
gui/gtk.py

@ -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

Loading…
Cancel
Save