summaryrefslogtreecommitdiff
path: root/andlabs/image.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/image.go
parent3c2da3f096a5e8aeaa657deb2dc047cc23118c99 (diff)
moved to 'go.wit.com/log'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/image.go')
-rw-r--r--andlabs/image.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/andlabs/image.go b/andlabs/image.go
index bab1a9e..8750fd3 100644
--- a/andlabs/image.go
+++ b/andlabs/image.go
@@ -10,8 +10,6 @@ func (p *node) newImage(n *node) {
newt := new(guiWidget)
var img *ui.Image
- log(debugToolkit, "rawImage() create", n.Name)
-
img = ui.NewImage(16, 16)
newt.uiImage = img