Browse Source

Removes bogus testing code

main
Eric Amodio 4 years ago
parent
commit
c97f82258d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/git/models/branch.ts

+ 1
- 1
src/git/models/branch.ts View File

@ -195,7 +195,7 @@ export class GitBranch implements GitBranchReference {
separator?: string; separator?: string;
suffix?: string; suffix?: string;
}): string { }): string {
return GitStatus.getUpstreamStatus(this.tracking, { ahead: 4, behind: 10 } /*this.state*/, options);
return GitStatus.getUpstreamStatus(this.tracking, this.state, options);
} }
get starred() { get starred() {

Loading…
Cancel
Save