Skip to content

Commit 2493cd7

Browse files
committed
feat: delete debugger
1 parent 84b90b9 commit 2493cd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/workbench/editorService.ts

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export class EditorService
7272
this.subscribe(
7373
EditorEvent.OnMoveTab,
7474
(tabs: ITab[], groupId?: number) => {
75-
debugger;
7675
let { groups } = this.state;
7776
let group;
7877
if (groupId === undefined) return;

0 commit comments

Comments
 (0)