From d38b9056062a466fe94c2104e46906273ed6d293 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 22 Aug 2012 17:49:42 -0500 Subject: [PATCH] remove debug --- src/switch_event.c | 1 - 1 file changed, 1 deletion(-) 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; }