FS-5498 --close remove debug line

This commit is contained in:
Seven Du 2013-07-20 02:17:59 +08:00
parent 3968f41590
commit 0c5bd268f4
1 changed files with 0 additions and 1 deletions

View File

@ -8766,7 +8766,6 @@ void sofia_handle_sip_i_invite(switch_core_session_t *session, nua_t *nua, sofia
domain = switch_event_get_header(v_event, "domain_name");
}
printf("W00t!!!!\n");
switch_ivr_set_user_xml(session, NULL, user, domain, x_user);
switch_xml_free(x_user);
x_user = NULL;