Skip to content

Commit 60fd868

Browse files
author
Dave Bartolomeo
committed
Remove unused code
1 parent 59dcea6 commit 60fd868

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

extensions/ql-vscode/src/debugger/debugger-factory.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ export class QLDebugAdapterDescriptorFactory
3434
DebugConfigurationProviderTriggerKind.Dynamic,
3535
),
3636
);
37-
38-
this.push(debug.onDidStartDebugSession(this.handleOnDidStartDebugSession));
3937
}
4038

4139
public createDebugAdapterDescriptor(
@@ -49,9 +47,4 @@ export class QLDebugAdapterDescriptorFactory
4947
new QLDebugSession(this.queryStorageDir, this.queryRunner),
5048
);
5149
}
52-
53-
private handleOnDidStartDebugSession(session: DebugSession): void {
54-
const config = session.configuration;
55-
void config;
56-
}
5750
}

0 commit comments

Comments
 (0)