summaryrefslogtreecommitdiff
path: root/andlabs/grid.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-08 21:19:42 -0600
committerJeff Carr <[email protected]>2024-01-08 21:19:42 -0600
commit02d1d9e50cab6cde6d2096efdd94756b0ba37ec6 (patch)
tree806b141c91fb2bc69cdeb8efe58b2965f4f592b0 /andlabs/grid.go
parent3c2da3f096a5e8aeaa657deb2dc047cc23118c99 (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.go1
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)