diff options
Diffstat (limited to 'eventBindings.go')
| -rw-r--r-- | eventBindings.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eventBindings.go b/eventBindings.go index ea91904..b59c78f 100644 --- a/eventBindings.go +++ b/eventBindings.go @@ -100,7 +100,7 @@ func theNotsure(g *gocui.Gui, v *gocui.View) error { } func tabCycleWindows(g *gocui.Gui, v *gocui.View) error { - log.Info("try to switch windows here") + // log.Info("try to switch windows here") if len(me.allwin) != len(findWindows()) { me.allwin = findWindows() } |
