summaryrefslogtreecommitdiff
path: root/eventMouseClick.go
diff options
context:
space:
mode:
Diffstat (limited to 'eventMouseClick.go')
-rw-r--r--eventMouseClick.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eventMouseClick.go b/eventMouseClick.go
index 08f2e6f..f596274 100644
--- a/eventMouseClick.go
+++ b/eventMouseClick.go
@@ -105,7 +105,7 @@ func doMouseClick(w int, h int) {
if win.checkWindowClose(w, h) {
return
}
- log.Info("you clicked on a window, but not any widgets. check for title / close window here", win.cuiName)
+ // log.Info("you clicked on a window, but not any widgets. check for title / close window here", win.cuiName)
win.redrawWindow(win.gocuiSize.w0, win.gocuiSize.h0)
me.stdout.outputOnTop = false
setThingsOnTop()