[Freeswitch-svn] [commit] r11874 - freeswitch/trunk/src/mod/applications/mod_lcr

FreeSWITCH SVN rupa at freeswitch.org
Wed Feb 11 09:39:03 PST 2009


Author: rupa
Date: Wed Feb 11 11:39:03 2009
New Revision: 11874

Log:
remove extra logs that were for debugging


Modified:
   freeswitch/trunk/src/mod/applications/mod_lcr/mod_lcr.c

Modified: freeswitch/trunk/src/mod/applications/mod_lcr/mod_lcr.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_lcr/mod_lcr.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_lcr/mod_lcr.c	Wed Feb 11 11:39:03 2009
@@ -514,11 +514,9 @@
 				if ((!strcasecmp(var, "order_by") || !strcasecmp(var, "pre_order"))  && !switch_strlen_zero(val)) {
 					if(!strcasecmp(var, "order_by")) {
 						thisorder = &order_by;
-						switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Hit var of order_by\n");
 					} else if(!strcasecmp(var, "pre_order")) {
 						thisorder = &pre_order;
 						comma = ""; /* don't want leading comma */
-						switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Hit var of pre_order\n");
 					}
 					switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "param val is %s\n", val);
 					if ((argc = switch_separate_string(val, ',', argv, (sizeof(argv) / sizeof(argv[0]))))) {



More information about the Freeswitch-svn mailing list