diff options
Diffstat (limited to 'color.go')
| -rw-r--r-- | color.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() } |
