lets be a bit less excited in tree.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7720 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-02-22 01:41:15 +00:00
parent 20310f5ac3
commit f90c9f3a1d
1 changed files with 0 additions and 1 deletions

View File

@ -1335,7 +1335,6 @@ static void sofia_handle_sip_r_invite(switch_core_session_t *session, int status
if (sip->sip_payload && sip->sip_payload->pl_data &&
sip->sip_content_type && sip->sip_content_type->c_subtype && switch_stristr("sdp", sip->sip_content_type->c_subtype)) {
r_sdp = sip->sip_payload->pl_data;
printf("WOOT\n%s\n", r_sdp);
}
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Passing %d %s to other leg\n", status, phrase);