Skip to content

Commit 1806108

Browse files
authored
Remove unnecessary TODOs (#2900)
1 parent 02af432 commit 1806108

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

extensions/ql-vscode/src/packages/commands/CommandManager.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ export class CommandManager<
2323
CommandName extends keyof Commands & string = keyof Commands & string,
2424
> implements Disposable
2525
{
26-
// TODO: should this be a map?
27-
// TODO: handle multiple command names
2826
private commands: Disposable[] = [];
2927

3028
constructor(

0 commit comments

Comments
 (0)