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; }