Removes insiders flag from remotes

This commit is contained in:
Eric Amodio
2017-05-24 22:58:54 -04:00
parent 535e627048
commit bb834f2e0a

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}')`);