[Freeswitch-svn] [commit] r7906 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
anthm at freeswitch.org
Mon Mar 17 13:43:52 EDT 2008
Author: anthm
Date: Mon Mar 17 13:43:51 2008
New Revision: 7906
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Log:
wtf
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c Mon Mar 17 13:43:51 2008
@@ -436,7 +436,6 @@
void *pop;
switch_mutex_lock(profile->ireg_mutex);
while (switch_queue_trypop(profile->sql_queue, &pop) == SWITCH_STATUS_SUCCESS && pop) {
- printf("WTF [%s]\n", (char *)pop);
sofia_glue_actually_execute_sql(profile, SWITCH_TRUE, (char *) pop, NULL);
free(pop);
}
More information about the Freeswitch-svn
mailing list