From d354399c8ad8780ef1bbc4303276c0a17cd9cba3 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 12 Sep 2011 17:54:07 -0500 Subject: [PATCH] wtf --- src/switch_core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/switch_core.c b/src/switch_core.c index c4ce502721..89b683c02d 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -2297,7 +2297,6 @@ static void *SWITCH_THREAD_FUNC system_thread(switch_thread_t *thread, void *obj #endif sth->ret = system(sth->cmd); - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "WTF %d %s\n", sth->ret, strerror(errno)); #if 0 #if defined(HAVE_SETRLIMIT) && !defined(__FreeBSD__)