From 6b818f5d09ad73d5cd31cff1224e8c0420a88fee Mon Sep 17 00:00:00 2001 From: James O'Beirne Date: Thu, 26 Dec 2013 16:53:11 -0500 Subject: [PATCH] Remove suspicious print statement This looked out of place for the GTK client... --- gui/gtk.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/gtk.py b/gui/gtk.py index 322e9e12..c0d139fa 100644 --- a/gui/gtk.py +++ b/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