From 0cd53b2d9b451192bb3e183c422695380cbaf28a Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Wed, 13 Dec 2017 12:50:21 +0100 Subject: [PATCH] :lipstick: --- extensions/git/src/repository.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/extensions/git/src/repository.ts b/extensions/git/src/repository.ts index d65c8880200..332522c014d 100644 --- a/extensions/git/src/repository.ts +++ b/extensions/git/src/repository.ts @@ -568,16 +568,6 @@ export class Repository implements Disposable { } } - // @throttle - // async init(): Promise { - // if (this.state !== State.NotAGitRepository) { - // return; - // } - - // await this.git.init(this.workspaceRoot.fsPath); - // await this.status(); - // } - @throttle async status(): Promise { await this.run(Operation.Status);