wcj 6 年之前
父節點
當前提交
33ae6f59ea
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      core/src/qfw/manage/message.go

+ 0 - 2
core/src/qfw/manage/message.go

@@ -3,7 +3,6 @@ package manage
 import (
 	"fmt"
 	"html/template"
-	"log"
 	. "qfw/coreconfig"
 	"qfw/coreutil"
 	"qfw/util"
@@ -218,7 +217,6 @@ func sendMes(id, title, subtitle, url, pic string) error {
 					"url":      url,
 				})
 			}()
-			log.Println(title)
 			coreutil.AppPushServiceCall(map[string]interface{}{
 				"phoneType":   ponetype,
 				"otherPushId": opushid,