From b1c855e1aa08e9b2294d1f3b713dfd8049091be9 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 22 Jan 2013 11:46:34 -0600 Subject: [PATCH] remove debug --- src/switch_rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }