summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-05 20:22:07 -0600
committerJeff Carr <[email protected]>2025-03-05 20:22:07 -0600
commit4b08f576743eadac8ecbd481415c10d9abefdc05 (patch)
tree66a1e661e55419e9c780e01312fc0d7271b72864 /table.go
parent4ad47a5d1b506bceebedbbbf12562e260fc4afd5 (diff)
cleanup debugging outputv0.22.37
Diffstat (limited to 'table.go')
-rw-r--r--table.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/table.go b/table.go
index 7b0a7e3..4d2fac9 100644
--- a/table.go
+++ b/table.go
@@ -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