mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-12 16:46:25 -04:00
remove testing content
This commit is contained in:
parent
5177e458ef
commit
1fa55875e2
|
|
@ -78,12 +78,6 @@ func (gui *Gui) handleHelp(g *gocui.Gui, v *gocui.View) error {
|
|||
return err
|
||||
}
|
||||
|
||||
// for testing
|
||||
/*content += "first\n"
|
||||
content += "second\n"
|
||||
content += "third\n"
|
||||
*/
|
||||
|
||||
fmt.Fprint(helpView, content)
|
||||
|
||||
g.Update(func(g *gocui.Gui) error {
|
||||
|
|
|
|||
Loading…
Reference in a new issue