From f358c35b67abfa4d8bab6242894d9792f7b03e41 Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 2 Jun 2014 19:21:02 -0500 Subject: [PATCH] remove debug line --- src/mod/endpoints/mod_sofia/sofia.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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))) ||