Skip to content

Commit 0cd53b2

Browse files
committed
💄
1 parent 13bb4c9 commit 0cd53b2

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

extensions/git/src/repository.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -568,16 +568,6 @@ export class Repository implements Disposable {
568568
}
569569
}
570570

571-
// @throttle
572-
// async init(): Promise<void> {
573-
// if (this.state !== State.NotAGitRepository) {
574-
// return;
575-
// }
576-
577-
// await this.git.init(this.workspaceRoot.fsPath);
578-
// await this.status();
579-
// }
580-
581571
@throttle
582572
async status(): Promise<void> {
583573
await this.run(Operation.Status);

0 commit comments

Comments
 (0)