mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-12-29 02:31:50 +00:00
NNTP65: Removed debug printf()
This commit is contained in:
parent
bb57b8889e
commit
67126c6cd9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user