diff options
author | Jain Vivek <jvivek@src.gnome.org> | 2005-08-06 14:20:02 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-08-06 14:20:02 +0800 |
commit | cba8eaf2613f4f58af83f7f1e3e8d74a2f98e41d (patch) | |
tree | 8a224dd457404d79f5fe0bcf8a9f0571821047fe /plugins | |
parent | bb0d8b228d4193078fad2fb20cc66008faabd867 (diff) | |
download | gsoc2013-evolution-cba8eaf2613f4f58af83f7f1e3e8d74a2f98e41d.tar.gz gsoc2013-evolution-cba8eaf2613f4f58af83f7f1e3e8d74a2f98e41d.tar.zst gsoc2013-evolution-cba8eaf2613f4f58af83f7f1e3e8d74a2f98e41d.zip |
*** empty log message ***
svn path=/trunk/; revision=30012
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sa-junk-plugin/em-junk-filter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/sa-junk-plugin/em-junk-filter.c b/plugins/sa-junk-plugin/em-junk-filter.c index af61f9ed94..c608b7e535 100644 --- a/plugins/sa-junk-plugin/em-junk-filter.c +++ b/plugins/sa-junk-plugin/em-junk-filter.c @@ -529,7 +529,6 @@ em_junk_sa_check_junk(EPlugin *ep, EMJunkHookTarget *target) CamelMimeMessage *msg = target->m; d(fprintf (stderr, "em_junk_sa_check_junk\n")); - g_print ("checking for junk..?\n"); if (!em_junk_sa_is_available ()) return FALSE; |