From 3ac32109474221bd1c62a3ec540baaaf16450261 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 6 Apr 2003 00:18:09 +0000 Subject: (e_passwords_remember_password): Removed debugging message that would spit out the actual password, albeit in encoded form. svn path=/trunk/; revision=20682 --- e-util/ChangeLog | 6 ++++++ e-util/e-passwords.c | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/e-util/ChangeLog b/e-util/ChangeLog index dc8b1f130e..83404fd631 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2003-04-05 Ettore Perazzoli + + * e-passwords.c (e_passwords_remember_password): Removed debugging + message that would spit out the actual password, albeit in encoded + form. + 2003-04-04 Dan Winship * e-account-list.c (gconf_accounts_changed): Don't start emitting diff --git a/e-util/e-passwords.c b/e-util/e-passwords.c index 124772cac4..5405e76245 100644 --- a/e-util/e-passwords.c +++ b/e-util/e-passwords.c @@ -182,8 +182,6 @@ e_passwords_remember_password (const char *component_name, const char *key) state = save = 0; base64_encode_close (value, len, FALSE, pass64, &state, &save); - printf ("remembering password for (%s): %s\n", path, pass64); - gnome_config_private_set_string (path, pass64); g_free (path); g_free (pass64); -- cgit