Fixes double getRemotes call

This commit is contained in:
Eric Amodio
2017-09-11 21:21:49 -04:00
parent 655afb358e
commit 38c44c808d
2 changed files with 1 additions and 1 deletions

View File

@@ -38,7 +38,6 @@ export class GitContextTracker extends Disposable {
setCommandContext(CommandContext.IsRepository, !!this.git.repoPath);
this._onConfigurationChanged();
this._onActiveTextEditorChanged(window.activeTextEditor);
}
dispose() {