]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
wtf
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 17 Mar 2008 17:43:51 +0000 (17:43 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 17 Mar 2008 17:43:51 +0000 (17:43 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7906 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia.c

index 442801db8256f661b9cfb3ce61a3f06b2280ade9..7936cb588f6f7d2a6804d5b7321b9cb80551a647 100644 (file)
@@ -436,7 +436,6 @@ void *SWITCH_THREAD_FUNC sofia_profile_worker_thread_run(switch_thread_t *thread
                        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);
                        }