summaryrefslogtreecommitdiff
path: root/table.custom.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 18:27:02 -0500
committerJeff Carr <[email protected]>2025-10-07 18:27:02 -0500
commit3050d6113b89ce885640ad89d3516e3ec8e8a2cb (patch)
tree454d38d277f10dc422845eb006ac26ea8921b43e /table.custom.go
parenta2c3e48b8a9cff43e1bb6431a2ff3dd3dc9f90ce (diff)
kinda "make generate"v0.0.19v0.0.18
Diffstat (limited to 'table.custom.go')
-rw-r--r--table.custom.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/table.custom.go b/table.custom.go
index abed9a5..c8672ae 100644
--- a/table.custom.go
+++ b/table.custom.go
@@ -10,17 +10,15 @@
package guipb
-import "go.wit.com/log"
-
func (pb *Tables) Custom(w *Widget) {
- log.Info("got to guipb.Custom() for pb", pb.GetUuid(), "widget id", w)
+ // log.Info("got to guipb.Custom() for pb", pb.GetUuid(), "widget id", w)
if mycustom != nil {
mycustom(w)
}
}
func (pb *Table) Custom(w *Widget) {
- log.Info("got to guipb.Custom() for pb", pb.GetUuid(), "widget id", w)
+ // log.Info("got to guipb.Custom() for pb", pb.GetUuid(), "widget id", w)
if mycustom != nil {
mycustom(w)
}