From b8cd1b9e3fa2da781850043d28f9ddbcd3a20e75 Mon Sep 17 00:00:00 2001 From: gazebo Date: Wed, 5 Feb 2020 10:40:41 +0800 Subject: [PATCH] remove comment --- business/jxutils/weixinmsg/weixinmsg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxutils/weixinmsg/weixinmsg.go b/business/jxutils/weixinmsg/weixinmsg.go index 003b9b309..57453a2f8 100644 --- a/business/jxutils/weixinmsg/weixinmsg.go +++ b/business/jxutils/weixinmsg/weixinmsg.go @@ -705,7 +705,7 @@ func SendStoreMessage(ctx *jxcontext.Context, title, content string, storeIDs [] msgStatus.Status = model.MessageStatusSendAllFailed } dao.WrapUpdateULEntity(msgStatus, ctx.GetUserName()) - globals.SugarLogger.Debug(utils.Format4Output(msgStatus, false)) + // globals.SugarLogger.Debug(utils.Format4Output(msgStatus, false)) _, err = dao.UpdateEntity(db, msgStatus) return nil, err }, msgStatusList)