]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove extra logs that were for debugging
authorRupa Schomaker <rupa@rupa.com>
Wed, 11 Feb 2009 17:39:03 +0000 (17:39 +0000)
committerRupa Schomaker <rupa@rupa.com>
Wed, 11 Feb 2009 17:39:03 +0000 (17:39 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11874 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_lcr/mod_lcr.c

index ff7a9f4f5a49529631e896867c06391fd8f1907b..e1a247b4e597a86ae0509085e53146ed62b59645 100644 (file)
@@ -514,11 +514,9 @@ static switch_status_t lcr_load_config()
                                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]))))) {