refactor(ai): 移除调试打印语句
在GetMsg函数中,移除了用于调试的println语句,以保持代码的清洁和生产就绪状态。
This commit is contained in:
parent
5a8e5d0a71
commit
c77378d825
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ func (a *AI) GetMsg() string {
|
|||
return "文件大小超过1M"
|
||||
}
|
||||
filePath := a.GetImage(file)
|
||||
// println("filePath:", filePath)
|
||||
if filePath == "" {
|
||||
log.Println("获取图片失败")
|
||||
return "获取图片失败"
|
||||
|
|
Loading…
Reference in a new issue