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:
@@ -78,12 +78,6 @@ func (gui *Gui) handleHelp(g *gocui.Gui, v *gocui.View) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
// for testing
|
|
||||||
/*content += "first\n"
|
|
||||||
content += "second\n"
|
|
||||||
content += "third\n"
|
|
||||||
*/
|
|
||||||
|
|
||||||
fmt.Fprint(helpView, content)
|
fmt.Fprint(helpView, content)
|
||||||
|
|
||||||
g.Update(func(g *gocui.Gui) error {
|
g.Update(func(g *gocui.Gui) error {
|
||||||
|
|||||||
Reference in New Issue
Block a user