From bae4af47f77a195a12a0437584d667465e826e12 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期一, 17 八月 2020 16:09:28 +0800 Subject: [PATCH] add log --- service/msgPush.go | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/service/msgPush.go b/service/msgPush.go index 6718dbb..252b74e 100644 --- a/service/msgPush.go +++ b/service/msgPush.go @@ -278,7 +278,6 @@ } } } - fmt.Println("len(carPersonM):", len(carPersonM), "len(pushUserM):", len(pushUserM)) var uc models.UserClient for _,personId := range carPersonM { if phoneNum,ok := pushUserM[personId]; ok { //姝や汉宸叉敞鍐屽埌绯荤粺,骞朵笖杞︿笉鍦ㄥ仠杞﹀簱鍐� @@ -292,8 +291,6 @@ lenAS := len(aliasArr) if lenAS == 0 { return true, errors.New("aliasArr is empty") - } else { - fmt.Println("PushByAlias arr:", aliasArr) } cResult, taskId, ce := createPushMsg(title, msg) -- Gitblit v1.8.0