diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 18:27:02 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 18:27:02 -0500 |
| commit | 3050d6113b89ce885640ad89d3516e3ec8e8a2cb (patch) | |
| tree | 454d38d277f10dc422845eb006ac26ea8921b43e /table.custom.go | |
| parent | a2c3e48b8a9cff43e1bb6431a2ff3dd3dc9f90ce (diff) | |
Diffstat (limited to 'table.custom.go')
| -rw-r--r-- | table.custom.go | 6 |
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) } |
