From cc03637ed9a42b366cce475ac9b90ad4488b4123 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Wed, 1 Nov 2023 11:45:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=8E=BB=E6=8E=89=E6=97=A0=E6=84=8F?= =?UTF-8?q?=E4=B9=89=E6=89=93=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index bd1e7b9..2af515b 100644 --- a/main.go +++ b/main.go @@ -571,7 +571,7 @@ func (s *server) Route(ctx context.Context, in *userCenter.RouteMessage) (*userC } } else { status = common.ROUTE_CHANNEL_NOT_FOUND - mylogrus.MyLog.Warnf("No write channel for user %d", in.GetUid()) + //mylogrus.MyLog.Warnf("No write channel for user %d", in.GetUid()) } return &userCenter.RouteMessageRsp{Status: status}, nil } -- 2.22.0