diff --git a/schedule/byteMonitor.ts b/schedule/byteMonitor.ts index 7a87573..b22e7bc 100644 --- a/schedule/byteMonitor.ts +++ b/schedule/byteMonitor.ts @@ -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)