From: Anthony Minessale Date: Wed, 14 Jul 2010 17:40:41 +0000 (-0500) Subject: fifo up X-Git-Tag: v1.2-rc1~544^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d712f313a7880d6a2d574a8f96ccc7f95485f56;p=thirdparty%2Ffreeswitch.git fifo up --- diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index 41b3213588..262fa0fbdc 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -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);