From fbe79934e0b6577a13f07b5da0db83ba2509c9a3 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Tue, 30 May 2023 21:36:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=B2=A1=E6=9C=89=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/comp_gateroute.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/comp_gateroute.go b/services/comp_gateroute.go index c6c773e13..976ad712d 100644 --- a/services/comp_gateroute.go +++ b/services/comp_gateroute.go @@ -128,9 +128,9 @@ func (this *SCompGateRoute) ReceiveMsg(ctx context.Context, args *pb.AgentMessag // } // }() //获取用户消息处理函数 - log.Debug("ReceiveMsg", - log.Field{Key: "args", Value: args.String()}, - ) + // log.Debug("ReceiveMsg", + // log.Field{Key: "args", Value: args.String()}, + // ) this.mrlock.RLock() msghandle, ok := this.msghandles[method] this.mrlock.RUnlock()