diff --git a/daemon/main.c b/daemon/main.c index e7a635dad..fb458e577 100644 --- a/daemon/main.c +++ b/daemon/main.c @@ -301,7 +301,6 @@ static void options(int *argc, char ***argv) { static void daemonize(void) { - printf("Going to background...\n"); if (fork()) _exit(0); stdin = freopen("/dev/null", "r", stdin);