[Freeswitch-svn] [commit] r7720 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
mikej at freeswitch.org
Thu Feb 21 20:41:16 EST 2008
Author: mikej
Date: Thu Feb 21 20:41:15 2008
New Revision: 7720
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Log:
lets be a bit less excited in tree.
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c Thu Feb 21 20:41:15 2008
@@ -1335,7 +1335,6 @@
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);
More information about the Freeswitch-svn
mailing list