From 9ee779378250cea342aa946e20258ae401c12a33 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Wed, 19 Aug 2020 22:59:44 +1000 Subject: [PATCH] remove comment --- pkg/gui/list_context.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/gui/list_context.go b/pkg/gui/list_context.go index 98e62cbc1..2d27fb078 100644 --- a/pkg/gui/list_context.go +++ b/pkg/gui/list_context.go @@ -317,7 +317,6 @@ func (gui *Gui) stashListContext() *ListContext { RendersToMainView: true, Kind: SIDE_CONTEXT, GetDisplayStrings: func() [][]string { - // TODO :see if we still need to reset the origin here return presentation.GetStashEntryListDisplayStrings(gui.State.StashEntries, gui.State.Diff.Ref) }, }