From 0cf862d60075dd980150d76b434d2d3cf3686ee6 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 12 Jul 2023 17:09:57 +0800 Subject: [PATCH] 1 --- business/jxutils/unipush/push.go | 1 - 1 file changed, 1 deletion(-) diff --git a/business/jxutils/unipush/push.go b/business/jxutils/unipush/push.go index f347ce5c8..905799af2 100644 --- a/business/jxutils/unipush/push.go +++ b/business/jxutils/unipush/push.go @@ -259,7 +259,6 @@ func pushMsgByUniApp(storeId int, storeName string, cID []string, msg string, bo } if err := api.UniAppApi.SendMsgByUinApp(param); err != nil { - globals.SugarLogger.Debugf("SendMsgByUinApp err=%v", err) errs = append(errs, err) } }