]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
wtf
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 21 Apr 2010 22:13:10 +0000 (17:13 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 21 Apr 2010 22:13:21 +0000 (17:13 -0500)
src/mod/endpoints/mod_sofia/sofia_glue.c

index 49b302b7ffd0554662e8ed34db98baadf1ae17d8..9df96c280d8a92b3021589134e873f137be4b0d3 100644 (file)
@@ -2727,8 +2727,6 @@ switch_status_t sofia_glue_activate_rtp(private_object_t *tech_pvt, switch_rtp_f
                                                                                  (tech_pvt->stun_flags & STUN_FLAG_FUNNY) ? 1 : 0);
                }
                
-               printf("WTF [%s][%s]\n", switch_channel_get_variable(tech_pvt->channel, "rtcp_audio_interval_msec"), tech_pvt->profile->rtcp_audio_interval_msec);
-
                if ((val = switch_channel_get_variable(tech_pvt->channel, "rtcp_audio_interval_msec")) || (val = tech_pvt->profile->rtcp_audio_interval_msec)) {
                        const char *rport = switch_channel_get_variable(tech_pvt->channel, "sip_remote_audio_rtcp_port");
                        switch_port_t remote_port = 0;