From: Anthony Minessale Date: Thu, 25 Aug 2011 23:17:00 +0000 (-0500) Subject: remove stray printf X-Git-Tag: v1.2-rc1~51^2~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=517707dc474c3395cf01f0fbf4cab308f0098758;p=thirdparty%2Ffreeswitch.git remove stray printf --- diff --git a/src/switch_core_session.c b/src/switch_core_session.c index 70f7e55f61..a1536d7daf 100644 --- a/src/switch_core_session.c +++ b/src/switch_core_session.c @@ -1548,7 +1548,6 @@ SWITCH_DECLARE(switch_core_session_t *) switch_core_session_request_xml(switch_e switch_url_decode(val); switch_channel_set_variable(channel, tag->name, val); if (!strcasecmp(tag->name, "channel_name")) { - printf("name %s\n", val); switch_channel_set_name(channel, val); } free(p);