fix controller: remove log

pull/1/head
Edouard Paris 5 years ago
parent ff7afeb842
commit 868b2519ca

@ -105,7 +105,6 @@ func (c *controller) Help(g *gocui.Gui, v *gocui.View) error {
if view.Name() != views.HELP {
c.views.SetPrevious(view)
c.logger.Info("hello")
return c.views.Help.Set(g, 0, -1, maxX, maxY)
}

Loading…
Cancel
Save