summaryrefslogtreecommitdiffstats
path: root/pkg/gui
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2018-09-01 15:04:26 +0200
committerDawid Dziurla <dawidd0811@gmail.com>2018-09-03 17:54:06 +0200
commit1fa55875e2487e9b5d9ec910a1b7a5da795333d9 (patch)
tree77495e10fc7722d1ae0bbd9d93a7f9cb6795bff3 /pkg/gui
parent5177e458efa8e647c34f7cee65450c68a5595784 (diff)
remove testing content
Diffstat (limited to 'pkg/gui')
-rw-r--r--pkg/gui/help_panel.go6
1 files changed, 0 insertions, 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 {