From 1c3ea73677d2705782c65dbb7be45b9faa647418 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期四, 05 十二月 2019 18:33:02 +0800 Subject: [PATCH] ants协程池 --- algorithm/face/face.go | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/algorithm/face/face.go b/algorithm/face/face.go index d064d14..7a121a1 100644 --- a/algorithm/face/face.go +++ b/algorithm/face/face.go @@ -2,14 +2,13 @@ import ( "basic.com/pubsub/protomsg.git" - logger "github.com/alecthomas/log4go" "github.com/knetic/govaluate" "ruleprocess/structure" "strconv" ) // 浜鸿劯绠楁硶 func Entrance(rule *protomsg.Rule, am *structure.AreaMap,lable *structure.Others,args *structure.SdkDatas,message *protomsg.SdkMessage) structure.LittleRuleResult { - logger.Debug("---------璧颁簡浜鸿劯妫�娴嬬畻娉�",rule.Id,rule.SdkArgAlias,rule.Operator,rule.SdkArgValue,am.AreaId) + //logger.Debug("---------璧颁簡浜鸿劯妫�娴嬬畻娉�",rule.Id,rule.SdkArgAlias,rule.Operator,rule.SdkArgValue,am.AreaId) return filterRule(rule,am) } -- Gitblit v1.8.0