From 1fa55875e2487e9b5d9ec910a1b7a5da795333d9 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sat, 1 Sep 2018 15:04:26 +0200 Subject: [PATCH] remove testing content --- pkg/gui/help_panel.go | 6 ------ 1 file changed, 6 deletions(-) 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 {