1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-25 22:32:13 +02:00

remove testing content

This commit is contained in:
Dawid Dziurla
2018-09-01 15:04:26 +02:00
parent 5177e458ef
commit 1fa55875e2

View File

@@ -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 {