mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
don't print ASS
This commit is contained in:
@@ -1583,10 +1583,6 @@ static void handle_SIGCHLD(int sig)
|
||||
|
||||
pid = wait(&status);
|
||||
|
||||
if (pid > 0) {
|
||||
printf("ASS %d\n", pid);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user