diff --git a/src/switch.c b/src/switch.c index 189eea40cf..3903a15604 100644 --- a/src/switch.c +++ b/src/switch.c @@ -102,7 +102,6 @@ static void handle_SIGCHLD(int sig) pid = wait(&status); if (pid > 0) { - printf("ASS %d\n", pid); system_ready = -1; } diff --git a/src/switch_core.c b/src/switch_core.c index 8f1543e028..2f29097008 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -1583,10 +1583,6 @@ static void handle_SIGCHLD(int sig) pid = wait(&status); - if (pid > 0) { - printf("ASS %d\n", pid); - } - return; } #endif