From ac233b61e933ef47b227f5482c76768ebb62baed Mon Sep 17 00:00:00 2001 From: hujiebin Date: Thu, 9 May 2024 09:55:01 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=8E=BB=E6=8E=89=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index 1ef787c..34d7f8b 100644 --- a/main.go +++ b/main.go @@ -121,9 +121,6 @@ func check() { n, err := redisCli.GetRedisCluster().Del(context.Background(), SocketQueueSendGift).Result() mylogrus.MyLog.Infof("del sendGiftChan msg queue:%v,n:%v,err:%v", SocketQueueSendGift, n, err) } - if l > 0 { - mylogrus.MyLog.Infof("cron sendGiftChan msg,left %v", l) - } } } } -- 2.22.0