From: Anthony Minessale Date: Fri, 19 Aug 2011 17:12:29 +0000 (-0500) Subject: remove debug printf X-Git-Tag: v1.2-rc1~51^2~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dd9b7218ad1ea33443595a25b4a41914da24912;p=thirdparty%2Ffreeswitch.git remove debug printf --- diff --git a/src/switch_core_session.c b/src/switch_core_session.c index fc03ab6f10..28ef9fd96a 100644 --- a/src/switch_core_session.c +++ b/src/switch_core_session.c @@ -524,7 +524,6 @@ SWITCH_DECLARE(switch_call_cause_t) switch_core_session_outgoing_channel(switch_ switch_snprintf(tmp, sizeof(tmp), "%s%s", rc, vrc); switch_channel_set_variable(peer_channel, SWITCH_ORIGINATOR_CODEC_VARIABLE, tmp); } else if ((ep = switch_channel_get_variable(channel, "ep_codec_string"))) { - printf("SET [%s] [%s]\n", switch_channel_get_name(peer_channel), ep); switch_channel_set_variable(peer_channel, SWITCH_ORIGINATOR_CODEC_VARIABLE, ep); }