Commit 2b92035f authored by wdvxdr1123's avatar wdvxdr1123 Committed by GitHub

remove unnecessary info

parent 5868b684
...@@ -172,7 +172,6 @@ func (c *websocketClient) listenApi(conn *websocketConn, u bool) { ...@@ -172,7 +172,6 @@ func (c *websocketClient) listenApi(conn *websocketConn, u bool) {
} }
func (c *websocketClient) onBotPushEvent(m coolq.MSG) { func (c *websocketClient) onBotPushEvent(m coolq.MSG) {
log.Infof(m.ToJson())
payload := gjson.Parse(m.ToJson()) payload := gjson.Parse(m.ToJson())
filter := global.GetFilter() filter := global.GetFilter()
if filter != nil && (*filter).Eval(payload) == false { if filter != nil && (*filter).Eval(payload) == false {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment