From: Anthony Minessale Date: Fri, 26 Feb 2016 23:44:51 +0000 (-0600) Subject: FS-8864 X-Git-Tag: v1.6.7~2^2~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=339cef5d05f6741ef73288e63c35dba022becbd7;p=thirdparty%2Ffreeswitch.git FS-8864 --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index a7e7f9f8aa..2537c4292f 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -7291,7 +7291,6 @@ static int rtp_common_write(switch_rtp_t *rtp_session, rtp_session->ts_norm.last_frame = ntohl(send_msg->header.ts); send_msg->header.ts = htonl(rtp_session->ts_norm.ts); - printf("WTF %d\n", rtp_session->ts_norm.ts); } send_msg->header.ssrc = htonl(rtp_session->ssrc);