summaryrefslogtreecommitdiff
path: root/color.go
diff options
context:
space:
mode:
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()
}