From 3050d6113b89ce885640ad89d3516e3ec8e8a2cb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Oct 2025 18:27:02 -0500 Subject: kinda "make generate" --- table.custom.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'table.custom.go') 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) } -- cgit v1.2.3