From c97f82258dfddfb6315be59b8f0c9d88d8180e17 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sat, 12 Dec 2020 02:42:02 -0500 Subject: [PATCH] Removes bogus testing code --- src/git/models/branch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git/models/branch.ts b/src/git/models/branch.ts index 7629874..5380117 100644 --- a/src/git/models/branch.ts +++ b/src/git/models/branch.ts @@ -195,7 +195,7 @@ export class GitBranch implements GitBranchReference { separator?: string; suffix?: string; }): string { - return GitStatus.getUpstreamStatus(this.tracking, { ahead: 4, behind: 10 } /*this.state*/, options); + return GitStatus.getUpstreamStatus(this.tracking, this.state, options); } get starred() {