summaryrefslogtreecommitdiffstats
path: root/pkg/gui/remotes_panel.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-10-12 19:04:20 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-10-12 19:07:40 +1100
commit031e97ef91654a53e7e534e7d4aa032e06eee319 (patch)
treeebd41bc2f974e84ab01dee70f2413b688c6e6371 /pkg/gui/remotes_panel.go
parent3df0a9f1322c5bb0e76967ee4b6ec3507ec41894 (diff)
more password checks on commands that talk to the remote
Diffstat (limited to 'pkg/gui/remotes_panel.go')
-rw-r--r--pkg/gui/remotes_panel.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/gui/remotes_panel.go b/pkg/gui/remotes_panel.go
index f3c984d78..76ca536cb 100644
--- a/pkg/gui/remotes_panel.go
+++ b/pkg/gui/remotes_panel.go
@@ -166,7 +166,6 @@ func (gui *Gui) handleFetchRemote(g *gocui.Gui, v *gocui.View) error {
gui.Mutexes.FetchMutex.Lock()
defer gui.Mutexes.FetchMutex.Unlock()
- // TODO: test this
err := gui.GitCommand.FetchRemote(remote.Name, gui.promptUserForCredential)
gui.handleCredentialsPopup(err)