Bug 640025 - Silence debug output in spamassassin plugin

This commit is contained in:
Matthew Barnes
2011-01-22 10:56:17 -05:00
committed by Rodrigo Moya
parent a019221a14
commit 40fbcd95b7

View File

@ -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)) {