diff --git a/pkg/gui/help_panel.go b/pkg/gui/help_panel.go index 02c601e8c..3c102f2dc 100644 --- a/pkg/gui/help_panel.go +++ b/pkg/gui/help_panel.go @@ -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 {