summaryrefslogtreecommitdiff
path: root/andlabs/label.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/label.go
parent3c2da3f096a5e8aeaa657deb2dc047cc23118c99 (diff)
moved to 'go.wit.com/log'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/label.go')
-rw-r--r--andlabs/label.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/andlabs/label.go b/andlabs/label.go
index 3f06546..51537a1 100644
--- a/andlabs/label.go
+++ b/andlabs/label.go
@@ -6,8 +6,6 @@ import (
)
func (p *node) newLabel(n *node) {
- log(logInfo, "NewLabel()", n.Name)
-
newt := new(guiWidget)
c := ui.NewLabel(n.Name)
newt.uiLabel = c