Skip to content

Commit

Permalink
feat: delete debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
mumiao committed Dec 18, 2020
1 parent 84b90b9 commit 2493cd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/workbench/editorService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export class EditorService
this.subscribe(
EditorEvent.OnMoveTab,
(tabs: ITab[], groupId?: number) => {
debugger;
let { groups } = this.state;
let group;
if (groupId === undefined) return;
Expand Down

0 comments on commit 2493cd7

Please sign in to comment.