diff options
| author | Jeff Carr <[email protected]> | 2025-03-05 20:22:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-05 20:22:07 -0600 |
| commit | 4b08f576743eadac8ecbd481415c10d9abefdc05 (patch) | |
| tree | 66a1e661e55419e9c780e01312fc0d7271b72864 /table.go | |
| parent | 4ad47a5d1b506bceebedbbbf12562e260fc4afd5 (diff) | |
cleanup debugging outputv0.22.37
Diffstat (limited to 'table.go')
| -rw-r--r-- | table.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ func (n *Node) findInTablePB(pb *guipb.Table, id int) *guipb.Widget { return r.Header } for _, w := range r.Widgets { - log.Info("gui.findInTablePB() checking widget", w) + // log.Info("gui.findInTablePB() checking widget", w) if w.Id == int64(id) { log.Info("gui.findInTablePB() found widget", w) return w |
