Skip to content

Commit bf6a4e9

Browse files
committed
Revert "chore: time measure"
This reverts commit 616ec61.
1 parent 616ec61 commit bf6a4e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/commands/ListCommand.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ export class ListCommand extends BaseCommand<never> {
77
protected async runInternal(): Promise<void> {
88
const connectors = this._config.connectors
99

10-
console.time("showInstances")
1110
await this.showInstances(connectors)
12-
console.timeEnd("showInstances")
1311
}
1412
}

0 commit comments

Comments
 (0)