From bc06e0799ae790fa1a8cfcfb409588728f1a0f4f Mon Sep 17 00:00:00 2001 From: mxd <838425805@qq.com> Date: Sat, 30 Oct 2021 23:19:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/console/src/components/editor/magic-script-editor.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/magic-editor/src/console/src/components/editor/magic-script-editor.vue b/magic-editor/src/console/src/components/editor/magic-script-editor.vue index 6238dc3a..0f3cb232 100644 --- a/magic-editor/src/console/src/components/editor/magic-script-editor.vue +++ b/magic-editor/src/console/src/components/editor/magic-script-editor.vue @@ -150,7 +150,6 @@ export default { updateKeys.forEach(item => { let action = item[0] const { handler, when } = CommandsRegistry.getCommand(action) ?? {} - console.log(action, when, handler) if (handler) { let index = KeybindingsRegistry._coreKeybindings.findIndex(it => it.command === action); if(index > 0){