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/e-passwords.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'e-util/e-passwords.c') 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 v1.2.3