Browse Source

Removes insiders flag from remotes

main
Eric Amodio 7 years ago
parent
commit
bb834f2e0a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/gitService.ts

+ 0
- 1
src/gitService.ts View File

@ -845,7 +845,6 @@ export class GitService extends Disposable {
}
async getRemotes(repoPath: string): Promise<GitRemote[]> {
if (!this.config.insiders) return [];
if (!repoPath) return [];
Logger.log(`getRemotes('${repoPath}')`);

Loading…
Cancel
Save