mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-04 06:36:09 +00:00
remove debug
This commit is contained in:
parent
b3140af073
commit
d38b905606
@ -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…
x
Reference in New Issue
Block a user