mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-17 02:30:10 +00:00
NNTP65: Removed debug printf()
This commit is contained in:
parent
bb57b8889e
commit
67126c6cd9
@ -60,7 +60,6 @@ void confirm_exit(void) {
|
|||||||
cgetc();
|
cgetc();
|
||||||
if (exec_email_on_exit) {
|
if (exec_email_on_exit) {
|
||||||
sprintf(filename, "%s/EMAIL.SYSTEM", cfg_instdir);
|
sprintf(filename, "%s/EMAIL.SYSTEM", cfg_instdir);
|
||||||
printf("%s\n", filename);
|
|
||||||
exec(filename, NULL);
|
exec(filename, NULL);
|
||||||
}
|
}
|
||||||
exit(0);
|
exit(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user