get rid of debugging text

This commit is contained in:
Andrew Pamment 2018-02-18 20:46:49 +10:00
parent 93c7bd2170
commit 600c5d588f

View File

@ -65,7 +65,6 @@ void sigterm_handler(int s)
}
#endif
if (ipv6_pid != -1) {
printf("ipv6_pid %d\n", ipv6_pid);
kill(ipv6_pid, SIGTERM);
}
remove(conf.pid_file);