diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-01-22 23:56:17 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-01-22 23:56:17 +0800 |
commit | 48cc23d33dd6f1d29e0f61694973877df6ccf38a (patch) | |
tree | ee2259560f327c8c02d92a57a75073599be2b117 /plugins | |
parent | 371e5394010007b0b49b26012d83fffe5c707b9e (diff) | |
download | gsoc2013-evolution-48cc23d33dd6f1d29e0f61694973877df6ccf38a.tar.gz gsoc2013-evolution-48cc23d33dd6f1d29e0f61694973877df6ccf38a.tar.zst gsoc2013-evolution-48cc23d33dd6f1d29e0f61694973877df6ccf38a.zip |
Bug 640025 - Silence debug output in spamassassin plugin
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 260fe935a6..830a10563b 100644 --- a/plugins/sa-junk-plugin/em-junk-filter.c +++ b/plugins/sa-junk-plugin/em-junk-filter.c @@ -719,7 +719,6 @@ em_junk_sa_report_junk (EPlugin *ep, EMJunkTarget *target) return; sub = g_strdup (camel_mime_message_get_subject (msg)); - g_print ("\nreport junk?? %s\n", sub); d(fprintf (stderr, "em_junk_sa_report_junk\n")); if (em_junk_sa_is_available (&target->error)) { |