mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
remove comment
This commit is contained in:
parent
bc410d8e4a
commit
9ee7793782
|
|
@ -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)
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue