diff options
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 |
