commit 7d58732990e79242f2003aa4a230cdd5144c597c
parent 4e7ed5bd3886c7e13d082cbf6ec7fb09bfa7d1bb
Author: Charles Lehner <cel@celehner.com>
Date: Thu, 16 Jul 2015 08:39:47 -0400
Remove extravagant debug message
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/plugins/managesieve/sieve_prefs.c b/src/plugins/managesieve/sieve_prefs.c
@@ -437,7 +437,6 @@ void sieve_prefs_done(void)
rc_file_path = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S,
COMMON_RC, NULL);
- g_printf("rc_file: %s\n\n\n\n\n\n\n\n\n\n\n\n\n\n", rc_file_path);
pref_file = prefs_write_open(rc_file_path);
g_free(rc_file_path);