diff options
| author | Jeff Carr <[email protected]> | 2024-01-21 10:25:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-21 10:25:41 -0600 |
| commit | b19c1e237db79b615a037b6034d45ac54c7ff233 (patch) | |
| tree | 854f060af47c2038b05cac8c3a1cb7b8b842cdad /json.go | |
| parent | 8a07a26f2a1fbdd2d0025679163560634b73bbdd (diff) | |
quiet loggingv0.0.7
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'json.go')
| -rw-r--r-- | json.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ func (n *Node) Json() []string { log.Warn(tmp) return all default: - log.Info("doUserEvent() type =", n.WidgetType) + log.Log(TREE, "doUserEvent() type =", n.WidgetType) } return all } |
