diff options
| author | Jeff Carr <[email protected]> | 2025-02-09 14:19:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-09 14:19:06 -0600 |
| commit | 1e5799543c81ca27b49059a09647c0ef7a5cc83d (patch) | |
| tree | 994d66f60d78653229464a2b8bd5c33444b8e476 /action.go | |
| parent | 81e047fbe884220b36f6ef7cd9520cd4360a569d (diff) | |
turn off the debuggingv0.22.25
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
