🔥 精简 log 输出

This commit is contained in:
源文雨
2022-04-05 23:18:13 +08:00
parent f2914adb65
commit a6bd717971
24 changed files with 222 additions and 152 deletions

View File

@@ -72,7 +72,7 @@ func init() {
}
return numcn.EncodeFromFloat64(f)
})
log.Println("[tts]:", reply)
log.Debugln("[tts]:", reply)
return reply
})))
}