remove debug line

This commit is contained in:
Anthony Minessale 2012-11-02 13:58:56 -05:00
parent e884de5b07
commit 49551f605c
1 changed files with 0 additions and 2 deletions

View File

@ -5154,8 +5154,6 @@ void *SWITCH_THREAD_FUNC call_monitor_thread(switch_thread_t *thread, void *obj)
} while (busy);
/* printf("%ld ASS LAUNCH %s %d %d\n", (long)pthread_self(), argv[sent], sent, size); */
launch_call(argv[sent++], cm->path, cm->exten, cm->context, cm->dp, mutex, &counter, &var_event);
}