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()