Parcourir la source

fix: remove debugger

lianghongjie il y a 1 an
Parent
commit
43dfec1889
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/modules/editor/index.ts

+ 0 - 2
src/modules/editor/index.ts

@@ -21,9 +21,7 @@ export class EditorModule extends ModuleRoot {
     historyCtrl: new HistoryCtrl(this),
   };
 
-  
   onReady() {
-    debugger
     this.actions.init();
   }
 }