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);