summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
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