feat: 移除translateTextList中的调试日志输出

This commit is contained in:
zhaoyingbo 2025-02-24 08:49:21 +00:00
parent bfd9aec103
commit fc8d2f9f32

View File

@ -27,7 +27,6 @@ const translateTextList = async (textList: string[], requestId: string) => {
1,
true
)
console.log("🚀 ~ translateTextList ~ translatedTexts:", translatedTexts)
const translatedList = JSON.parse(
cleanLLMRes(translatedTexts as string)