diff --git a/src/switch_event.c b/src/switch_event.c index e63ae74b3f..c4d118e3d2 100644 --- a/src/switch_event.c +++ b/src/switch_event.c @@ -471,15 +471,6 @@ SWITCH_DECLARE(switch_status_t) switch_event_reserve_subclass_detailed(const cha SWITCH_DECLARE(void) switch_core_memory_reclaim_events(void) { - unsigned int index; - - for (index = 0; index < SOFT_MAX_DISPATCH; index++) { - if (EVENT_DISPATCH_QUEUE[index]) { - printf("%d size: %u\n", index, switch_queue_size(EVENT_DISPATCH_QUEUE[index])); - } - } - - #ifdef SWITCH_EVENT_RECYCLE void *pop;