]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove debug
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 22 Aug 2012 22:49:42 +0000 (17:49 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 22 Aug 2012 22:49:42 +0000 (17:49 -0500)
src/switch_event.c

index 4a53229af7ab7a9e0ac3f01a4b7b71a7d527f25f..242165d69f77c7639d74b5d9fdd4d6f2b5b5cd6f 100644 (file)
@@ -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;
                }