Browse code

remove bogus debug printf

aCaB authored on 2009/09/25 22:10:03
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Fri Sep 25 15:09:02 CEST 2009 (acab)
2
+------------------------------------
3
+ * clamav-milter/clamav.milter.c: remove debug printf
4
+
1 5
 Fri Sep 25 10:36:48 CEST 2009 (tk)
2 6
 ----------------------------------
3 7
  * libclamav/matcher-ac.c: add support for line marker (L) (matches CR,
... ...
@@ -230,8 +230,6 @@ int main(int argc, char **argv) {
230 230
 	    snprintf(xvirushdr, sizeof(xvirushdr), "clamav-milter %s", get_version());
231 231
 	xvirushdr[sizeof(xvirushdr)-1] = '\0';
232 232
 
233
-	printf("\n%s\n", xvirushdr);
234
-
235 233
 	descr.xxfi_flags |= SMFIF_ADDHDRS;
236 234
 
237 235
 	if(strcasecmp(pt, "Add")) { /* Replace or Yes */