From 98b9be575e6ffee3702ed0a61d3684d2a7f1d1aa Mon Sep 17 00:00:00 2001 From: wdvxdr Date: Sat, 17 Oct 2020 19:50:14 +0800 Subject: [PATCH] fix typo --- coolq/cqcode.go | 1 - 1 file changed, 1 deletion(-) diff --git a/coolq/cqcode.go b/coolq/cqcode.go index 1e4f1d3..95363cf 100644 --- a/coolq/cqcode.go +++ b/coolq/cqcode.go @@ -376,7 +376,6 @@ func (bot *CQBot) ToElement(t string, d map[string]string, group bool) (m messag return nil, err } tp := d["type"] - fmt.Println(tp) if tp != "show" && tp != "flash" { return img, nil }