1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 19:43:49 +08:00

去掉一个调试日志

This commit is contained in:
scjtqs 2020-09-06 00:24:04 +08:00
parent f9e2130b9f
commit 2a56475daf

View File

@ -626,6 +626,5 @@ func (bot *CQBot) SendNewPic(elem message.IMessageElement, source string, icon s
XmlMsg := message.NewRichXml(xml, 5)
return XmlMsg, nil
}
log.Warnf("elem: %+v", elem)
return nil, errors.New("发送xml图片消息失败")
}