Remove extravagant debug message
authorCharles Lehner <cel@celehner.com>
Thu, 16 Jul 2015 12:39:47 +0000 (08:39 -0400)
committerCharles Lehner <cel@celehner.com>
Thu, 16 Jul 2015 12:39:47 +0000 (08:39 -0400)
src/plugins/managesieve/sieve_prefs.c

index f1ff7294ddd89bfe3729fa49d3b2833ae94c4de9..914e8459e672939299a0eba0df32c71d1172e5a0 100644 (file)
@@ -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);