From: Anthony Minessale Date: Tue, 22 Jan 2013 17:46:34 +0000 (-0600) Subject: remove debug X-Git-Tag: v1.5.1~395 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1c855e1aa08e9b2294d1f3b713dfd8049091be9;p=thirdparty%2Ffreeswitch.git remove debug --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 94cd82c69c..919b396e36 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -1217,7 +1217,7 @@ static int check_srtp_and_ice(switch_rtp_t *rtp_session) switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_ERROR, "Error: SRTP RTCP protection failed with code %d\n", stat); goto end; } else { - printf("XXXXXXXXXXXXXXXXWTF1 PROTECT RTCP %ld->%d bytes %d\n", rtcp_bytes, sbytes, rtp_session->rtcp_interval); + //printf("XXXXXXXXXXXXXXXXWTF1 PROTECT RTCP %ld->%d bytes %d\n", rtcp_bytes, sbytes, rtp_session->rtcp_interval); rtcp_bytes = sbytes; }