From 2437c75d75133f6d8956e840a10bddbcb7b61d86 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 27 Sep 2025 23:34:27 +0800 Subject: [PATCH] feat: support batch langdetect --- src/apis/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apis/index.js b/src/apis/index.js index 9cfeb67..aef4664 100644 --- a/src/apis/index.js +++ b/src/apis/index.js @@ -101,7 +101,6 @@ export const apiMicrosoftLangdetect = async (text) => { if (lang) { putHttpCachePolyfill(cacheInput, null, lang); - console.log("handleMicrosoftLangdetect", { text, lang }); return lang; }