From 2b2ac12ce37cd025298a7032a07053b5c53ee9ce Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 1 Dec 2021 12:48:05 +0800 Subject: [PATCH] =?UTF-8?q?debug:=20=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99co?= =?UTF-8?q?nsole.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/global.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/global.js b/lib/global.js index 7e81a0c8..b9d0b123 100644 --- a/lib/global.js +++ b/lib/global.js @@ -51,7 +51,6 @@ const generateLocaleDict = (langString) => { } } const resLocale = mergeDeep({}, lang['en-US'], userLocale) - console.log('当前:', langString, resLocale) return resLocale }