1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-07 20:45:53 +08:00

code tidy

This commit is contained in:
wdvxdr 2021-04-04 23:13:13 +08:00
parent 3ea9c2547c
commit 9dc02fb850
No known key found for this signature in database
GPG Key ID: 55FF1414A69CEBA6

View File

@ -396,7 +396,6 @@ func (s *webSocketServer) onBotPushEvent(m *bytes.Buffer) {
filter := findFilter(s.filter)
if filter != nil && !filter.Eval(gjson.Parse(utils.B2S(m.Bytes()))) {
fmt.Printf("1213")
log.Debugf("上报Event %v 到 WS客户端 时被过滤.", utils.B2S(m.Bytes()))
return
}