]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove debug
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 14 Nov 2016 17:05:58 +0000 (11:05 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 14 Nov 2016 17:06:04 +0000 (11:06 -0600)
src/mod/endpoints/mod_sofia/sofia_glue.c

index c62b9b9023487d6af98d9a138b5e6c9877395d30..6b523ac993fd0ed7c2fb92c9830f1e9a778ec58d 100644 (file)
@@ -1297,7 +1297,6 @@ switch_status_t sofia_glue_do_invite(switch_core_session_t *session)
     }
 
        if (sofia_use_soa(tech_pvt)) {
-               switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(tech_pvt->session), SWITCH_LOG_CRIT, "INVITE WITH SOA:\n%s\n", tech_pvt->mparams.local_sdp_str);
                nua_invite(tech_pvt->nh,
                                   NUTAG_AUTOANSWER(0),
                                   //TAG_IF(zstr(tech_pvt->mparams.local_sdp_str), NUTAG_AUTOACK(0)),
@@ -1337,7 +1336,6 @@ switch_status_t sofia_glue_do_invite(switch_core_session_t *session)
                                   TAG_IF(!require_timer, NUTAG_TIMER_AUTOREQUIRE(0)),
                                   TAG_IF(!zstr(tech_pvt->mparams.local_sdp_str), SOATAG_HOLD(holdstr)), TAG_END());
        } else {
-               switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(tech_pvt->session), SWITCH_LOG_CRIT, "INVITE WITHOUT SOA:\n%s\n", tech_pvt->mparams.local_sdp_str);
                nua_invite(tech_pvt->nh,
                                   NUTAG_AUTOANSWER(0),
                                   NUTAG_AUTOACK(0),