From 1e5799543c81ca27b49059a09647c0ef7a5cc83d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 9 Feb 2025 14:19:06 -0600 Subject: turn off the debugging --- action.go | 4 ++-- 1 file 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 -- cgit v1.2.3