1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-17 21:18:31 +02:00

remove testing content

This commit is contained in:
Dawid Dziurla 2018-09-01 15:04:26 +02:00
parent 5177e458ef
commit 1fa55875e2
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

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 {