From: Seven Du Date: Fri, 19 Jul 2013 18:17:59 +0000 (+0800) Subject: FS-5498 --close remove debug line X-Git-Tag: v1.5.3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88b2ed7935c1b699d0cea8abec75ccf3ca1fa63;p=thirdparty%2Ffreeswitch.git FS-5498 --close remove debug line --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 33579e8b00..1a43fe6abe 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -8844,7 +8844,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;