summaryrefslogtreecommitdiff
path: root/eventBindings.go
diff options
context:
space:
mode:
Diffstat (limited to 'eventBindings.go')
-rw-r--r--eventBindings.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/eventBindings.go b/eventBindings.go
index 6812314..04cdd77 100644
--- a/eventBindings.go
+++ b/eventBindings.go
@@ -67,8 +67,7 @@ func theNotsure(g *gocui.Gui, v *gocui.View) error {
w, h := g.MousePosition()
for _, tk := range findByXY(w, h) {
if tk.node.WidgetType == widget.Stdout {
- tk.dumpWidget("theNotsure()")
- log.Info("skipping stdout")
+ tk.dumpWidget("theNotsure() SKIP STDOUT")
continue
}
tk.dumpWidget("theNotsure() HIDDING")