commit 6e04c3ca399f1d339bf15f397339bc6aba327694 from: Martijn van Duren date: Mon Apr 8 06:33:23 2019 UTC Remove accidental commited debug printfs commit - 226e5da88b4e419e2f8b9f15f603cc4fdd4caa60 commit + 6e04c3ca399f1d339bf15f397339bc6aba327694 blob - 99c21afce0ddadd10e86c5e2e468485c41213f49 blob + 9e6511fc8dbeaf5b70d67ef9082bc18e6850f5dd --- smtp_proc.c +++ smtp_proc.c @@ -200,8 +200,6 @@ smtp_newline(int fd, short event, void *arg) int i; while ((linelen = smtp_getline(&line, &linesize)) > 0) { - fprintf(stderr, "%s\n", line); - fflush(stderr); if (dupsize < linesize) { if ((linedup = realloc(linedup, linesize)) == NULL) fatal(NULL);