NNTP65: Removed debug printf()

This commit is contained in:
Bobbi Webber-Manners 2020-09-13 16:12:01 -04:00
parent bb57b8889e
commit 67126c6cd9

View File

@ -60,7 +60,6 @@ void confirm_exit(void) {
cgetc();
if (exec_email_on_exit) {
sprintf(filename, "%s/EMAIL.SYSTEM", cfg_instdir);
printf("%s\n", filename);
exec(filename, NULL);
}
exit(0);