]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove printf
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 4 Feb 2013 20:13:02 +0000 (14:13 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 1 Apr 2013 02:27:23 +0000 (21:27 -0500)
src/switch_core_media.c

index cd04ff682a617262802358eeee67aebc402b6f4e..ff94e4ae9f3b774115a00178ff582232134f3dc2 100644 (file)
@@ -4163,7 +4163,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_activate_rtp(switch_core_sessi
                                        if (!zstr(v_engine->local_dtls_fingerprint.str) && switch_rtp_has_dtls()) {
                                                dtls_type_t xtype, 
                                                        dtype = switch_channel_direction(smh->session->channel) == SWITCH_CALL_DIRECTION_INBOUND ? DTLS_TYPE_CLIENT : DTLS_TYPE_SERVER;
-                                               printf("FUCK FP XXXXX %d\n", v_engine->rtcp_mux);
                                                xtype = DTLS_TYPE_RTP;
                                                if (v_engine->rtcp_mux > 0) xtype |= DTLS_TYPE_RTCP;
                                        
@@ -4171,7 +4170,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_activate_rtp(switch_core_sessi
 
                                                if (v_engine->rtcp_mux < 1) {
                                                        xtype = DTLS_TYPE_RTCP;
-                                                       printf("FUCKER\n");
                                                        switch_rtp_add_dtls(v_engine->rtp_session, &v_engine->local_dtls_fingerprint, &v_engine->remote_dtls_fingerprint, dtype | xtype);
                                                }
                                        }