]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove debug line v1.3.1
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 2 Nov 2012 18:58:56 +0000 (13:58 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 2 Nov 2012 18:58:56 +0000 (13:58 -0500)
src/mod/applications/mod_dptools/mod_dptools.c

index d274198ecd9744fb4281bea0285e776630affc2d..b3ed2a7c1bc6db8b41d0f48dd99a6c9070b018d1 100755 (executable)
@@ -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);
        }