diff options
| author | Jeff Carr <[email protected]> | 2024-01-08 21:19:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-08 21:19:42 -0600 |
| commit | 02d1d9e50cab6cde6d2096efdd94756b0ba37ec6 (patch) | |
| tree | 806b141c91fb2bc69cdeb8efe58b2965f4f592b0 /andlabs/grid.go | |
| parent | 3c2da3f096a5e8aeaa657deb2dc047cc23118c99 (diff) | |
moved to 'go.wit.com/log'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/grid.go')
| -rw-r--r-- | andlabs/grid.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/andlabs/grid.go b/andlabs/grid.go index 6c47d1b..b79d72d 100644 --- a/andlabs/grid.go +++ b/andlabs/grid.go @@ -12,7 +12,6 @@ import ( // ----------------------------- func (p *node) newGrid(n *node) { var newt *guiWidget - log(debugToolkit, "newGrid()", n.WidgetId, "to", n.ParentId) newt = new(guiWidget) |
