From: Anthony Minessale Date: Wed, 22 Aug 2012 22:49:42 +0000 (-0500) Subject: remove debug X-Git-Tag: v1.2.3^2~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d38b9056062a466fe94c2104e46906273ed6d293;p=thirdparty%2Ffreeswitch.git remove debug --- diff --git a/src/switch_event.c b/src/switch_event.c index 4a53229af7..242165d69f 100644 --- a/src/switch_event.c +++ b/src/switch_event.c @@ -539,7 +539,6 @@ SWITCH_DECLARE(void) switch_event_launch_dispatch_threads(uint32_t max) for (index = SOFT_MAX_DISPATCH; index < max && index < MAX_DISPATCH; index++) { if (EVENT_DISPATCH_QUEUE_THREADS[index]) { - printf("Index exists continue\n"); continue; }