summaryrefslogtreecommitdiff
path: root/eventBindings.go
diff options
context:
space:
mode:
Diffstat (limited to 'eventBindings.go')
-rw-r--r--eventBindings.go2
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()
}