summaryrefslogtreecommitdiff
path: root/cmds/console-ui-helloworld/keybindings.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/console-ui-helloworld/keybindings.go')
-rw-r--r--cmds/console-ui-helloworld/keybindings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/console-ui-helloworld/keybindings.go b/cmds/console-ui-helloworld/keybindings.go
index fdac1ff..8c4623b 100644
--- a/cmds/console-ui-helloworld/keybindings.go
+++ b/cmds/console-ui-helloworld/keybindings.go
@@ -115,7 +115,7 @@ func initKeybindings(g *gocui.Gui) error {
func(g *gocui.Gui, v *gocui.View) error {
log.Println("help", v.Name())
tmp, _ := g.SetViewOnTop("help")
- log.Println("help 2", tmp.Name(), "blah")
+ log.Println("help 2", tmp.Name())
// g.SetView("help", 2, 2, 30, 15, 0);
g.SetCurrentView("help")
// moveView(g, tmp, 0, -delta)