From: Anthony Minessale Date: Wed, 13 Jun 2012 16:29:14 +0000 (-0500) Subject: don't print ASS X-Git-Tag: v1.2.0~290^2~9^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c608ca3;p=thirdparty%2Ffreeswitch.git don't print ASS --- 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