Remove unnecessary TODOs (#2900)
This commit is contained in:
@@ -23,8 +23,6 @@ export class CommandManager<
|
||||
CommandName extends keyof Commands & string = keyof Commands & string,
|
||||
> implements Disposable
|
||||
{
|
||||
// TODO: should this be a map?
|
||||
// TODO: handle multiple command names
|
||||
private commands: Disposable[] = [];
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user