删除多余console

This commit is contained in:
sunyuqiang 2023-08-11 16:13:52 +08:00
parent 4e266d4d92
commit a8883cd74d

View File

@ -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,