From: Anthony Minessale Date: Fri, 12 Jul 2013 19:27:10 +0000 (-0500) Subject: cleanup X-Git-Tag: v1.5.3~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ffd425c7f0598ae26080c81326b400ea05c922;p=thirdparty%2Ffreeswitch.git cleanup --- diff --git a/src/switch_core_media.c b/src/switch_core_media.c index 9e21e458eb..6f2fa533a1 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -2464,9 +2464,6 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s if (m->m_proto_name && !strcasecmp(m->m_proto_name, "UDP/TLS/RTP/SAVPF")) { switch_channel_set_flag(session->channel, CF_WEBRTC_MOZ); - printf("PRICK FACE 1\n"); - } else { - printf("PRICK FACE 2 [%s]\n", m->m_proto_name); } if (m->m_proto == sdp_proto_srtp || m->m_proto == sdp_proto_extended_srtp) {