From a8883cd74d04838e2994543a8ddbc9f776160c9c Mon Sep 17 00:00:00 2001 From: sunyuqiang <1129921824@qq.com> Date: Fri, 11 Aug 2023 16:13:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature/src/languages/i18n.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/feature/src/languages/i18n.ts b/feature/src/languages/i18n.ts index 3e44e8c..fbb1e28 100644 --- a/feature/src/languages/i18n.ts +++ b/feature/src/languages/i18n.ts @@ -3,9 +3,6 @@ import messages from './langs'; const { remote } = window.require('electron'); const { perf } = remote.getGlobal('OP_CONFIG').get(); -console.log(messages); -console.log(perf); - // 2. Create i18n instance with options const i18n = createI18n({ legacy: false,