diff --git a/src/gitService.ts b/src/gitService.ts index c65bfcf..684a168 100644 --- a/src/gitService.ts +++ b/src/gitService.ts @@ -845,7 +845,6 @@ export class GitService extends Disposable { } async getRemotes(repoPath: string): Promise { - if (!this.config.insiders) return []; if (!repoPath) return []; Logger.log(`getRemotes('${repoPath}')`);