]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fifo up
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 14 Jul 2010 17:40:41 +0000 (12:40 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Thu, 15 Jul 2010 14:03:03 +0000 (09:03 -0500)
src/mod/applications/mod_fifo/mod_fifo.c

index 41b3213588d86bd8053b5d2f6cfa0f16dc59387c..262fa0fbdc0502d888da9251716a11a7a88ec5d8 100644 (file)
@@ -756,7 +756,6 @@ static switch_status_t messagehook (switch_core_session_t *session, switch_core_
                        }
 
                        sql = switch_mprintf("update fifo_outbound set %s=%s+1,%s=%s+1 where uuid='%q'", col1, col1, col2, col2, outbound_id);
-                       printf("WTF [%s]\n", sql);
                        fifo_execute_sql(sql, globals.sql_mutex);
                        switch_safe_free(sql);