From 5675307497e2f6b75251d394a7a669734f6d3941 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Feb 2025 14:13:31 -0600 Subject: quiet output --- eventBindings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eventBindings.go') 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() } -- cgit v1.2.3