浏览代码

优化代码

mxd 3 年之前
父节点
当前提交
bc06e0799a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      magic-editor/src/console/src/components/editor/magic-script-editor.vue

+ 0 - 1
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){