summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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