diff options
| author | Jeff Carr <[email protected]> | 2024-02-09 10:26:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-09 10:26:12 -0600 |
| commit | 9dde5d994a17ea8f68c695447966826718ac3373 (patch) | |
| tree | b8935c1a3573045598c51ec22dfce16209a92784 /action.go | |
| parent | 3f54db0421ccb712cd8ce63ee94ad4898f0b8995 (diff) | |
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ import ( "go.wit.com/widget" ) - func Add(n *tree.Node) { log.Log(INFO, "Add() END =", n.WidgetType, n.String()) if n == nil { |
