@@ -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,