From: Rupa Schomaker Date: Fri, 16 Oct 2009 17:55:06 +0000 (+0000) Subject: remove debug lines that should not have been there X-Git-Tag: v1.0.6~1656 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31a6e9038214edd11ae122e308a2a4bcd192cb5b;p=thirdparty%2Ffreeswitch.git remove debug lines that should not have been there git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15170 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_lcr/mod_lcr.c b/src/mod/applications/mod_lcr/mod_lcr.c index e126ec952e..88e79d6c99 100644 --- a/src/mod/applications/mod_lcr/mod_lcr.c +++ b/src/mod/applications/mod_lcr/mod_lcr.c @@ -1239,10 +1239,8 @@ SWITCH_STANDARD_APP(lcr_app_function) routes.lookup_number = dest; if (caller_profile) { routes.cid = (char *) switch_channel_get_variable(channel, "effective_caller_id_number"); - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Caller ID: %s\n", routes.cid); if (!routes.cid) { routes.cid = (char *) caller_profile->caller_id_number; - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Caller ID2: %s\n", routes.cid); } }