diff options
| author | Jeff Carr <[email protected]> | 2025-03-25 08:57:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-25 13:17:00 -0500 |
| commit | 308543c02c1e39ac6b9dd45ae31ab9aa596853e8 (patch) | |
| tree | 16ea1bbfea26b1efa103e0e26bede1a958052d74 /init.go | |
| parent | d141b4d308f71418e8d43a58c2e04f9560db3092 (diff) | |
identify widgets in tables
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ func (t *TreeInfo) ConfigFind(n string) (string, error) { if n == r.Name { return r.Value, nil } - log.Info("toolkit config", r.Plugin, r.Name, r.Value, n) + // log.Info("toolkit config no-match on", r.Plugin, r.Name, r.Value, n) } return "", fmt.Errorf("toolkit config %s not found", n) } |
