remove debug
This commit is contained in:
parent
4d5ef2c210
commit
6ae99adaeb
|
@ -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++) {
|
for (index = SOFT_MAX_DISPATCH; index < max && index < MAX_DISPATCH; index++) {
|
||||||
if (EVENT_DISPATCH_QUEUE_THREADS[index]) {
|
if (EVENT_DISPATCH_QUEUE_THREADS[index]) {
|
||||||
printf("Index exists continue\n");
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue