From: Brian West Date: Tue, 3 Jun 2014 00:21:02 +0000 (-0500) Subject: remove debug line X-Git-Tag: v1.4.6~1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f358c35b67abfa4d8bab6242894d9792f7b03e41;p=thirdparty%2Ffreeswitch.git remove debug line --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 9484c50ce0..a825573feb 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -6172,13 +6172,10 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status, } } - switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_CRIT, "[%s][%d]\n%s\n", - nua_callstate_name(ss_state), status, r_sdp); - if (tech_pvt && (status > 100 || switch_channel_test_flag(channel, CF_ANSWERED)) && status < 300 && !r_sdp && tech_pvt->mparams.last_sdp_str) { r_sdp = tech_pvt->mparams.last_sdp_str; } - + tech_pvt->mparams.last_sdp_str = NULL; if ((channel && (switch_channel_test_flag(channel, CF_PROXY_MODE) || switch_channel_test_flag(channel, CF_PROXY_MEDIA))) ||