diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 14:13:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 14:13:31 -0600 |
| commit | 5675307497e2f6b75251d394a7a669734f6d3941 (patch) | |
| tree | e717a4eebea8b5f3f72768a23dacd258ca9201c8 /eventBindings.go | |
| parent | 88f33afbb777a3d02631c4eb6a2d6f6dbf7fba3f (diff) | |
quiet output
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() } |
