summaryrefslogtreecommitdiff
path: root/action.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-09 14:19:06 -0600
committerJeff Carr <[email protected]>2025-02-09 14:19:06 -0600
commit1e5799543c81ca27b49059a09647c0ef7a5cc83d (patch)
tree994d66f60d78653229464a2b8bd5c33444b8e476 /action.go
parent81e047fbe884220b36f6ef7cd9520cd4360a569d (diff)
turn off the debuggingv0.22.25
Diffstat (limited to 'action.go')
-rw-r--r--action.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/action.go b/action.go
index 44692a1..cc4430a 100644
--- a/action.go
+++ b/action.go
@@ -113,7 +113,7 @@ func sendAction(n *Node, atype widget.ActionType) {
return
}
if atype == widget.Disable {
- log.Log(WARN, "START got DISABLE action ", n.id, n.WidgetType, n.GetProgName())
+ // log.Log(WARN, "START got DISABLE action ", n.id, n.WidgetType, n.GetProgName())
}
n.mu.Lock()
defer n.mu.Unlock()
@@ -156,7 +156,7 @@ func sendAction(n *Node, atype widget.ActionType) {
}
}
if atype == widget.Disable {
- log.Log(WARN, "END got DISABLE action ", n.id, n.WidgetType, n.GetProgName())
+ // log.Log(WARN, "END got DISABLE action ", n.id, n.WidgetType, n.GetProgName())
}
// make a new action and populate the current node state