We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b90b9 commit 2493cd7Copy full SHA for 2493cd7
src/services/workbench/editorService.ts
@@ -72,7 +72,6 @@ export class EditorService
72
this.subscribe(
73
EditorEvent.OnMoveTab,
74
(tabs: ITab[], groupId?: number) => {
75
- debugger;
76
let { groups } = this.state;
77
let group;
78
if (groupId === undefined) return;
0 commit comments