summaryrefslogtreecommitdiff
path: root/color.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-31 13:00:26 -0600
committerJeff Carr <[email protected]>2025-01-31 13:47:45 -0600
commitb7cd6d07fcaa69d009b3f33f7c59afb16b719029 (patch)
tree5acb4a3b04dd7603a6085a5be51b448227512a11 /color.go
parentf76960c90764159d1cad6b5264687accc39ca4bd (diff)
hmm. can't figure out where clicks are goingv0.22.15
Diffstat (limited to 'color.go')
-rw-r--r--color.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/color.go b/color.go
index 6586d3a..dd26bb4 100644
--- a/color.go
+++ b/color.go
@@ -148,10 +148,10 @@ func (tk *guiWidget) setColor(newColor *colorT) {
return
}
if tk.color == nil {
- log.Log(NOW, "Set the node to color = nil")
+ // log.Log(NOW, "Set the node to color = nil")
tk.color = &colorNone
}
- log.Log(NOW, "Set the node to color =", tk.color.name)
+ // log.Log(NOW, "Set the node to color =", tk.color.name)
tk.Show()
}