summaryrefslogtreecommitdiff
path: root/redraw.go
diff options
context:
space:
mode:
authorYour Name <[email protected]>2024-01-01 12:00:00 -0600
committerYour Name <[email protected]>2024-01-01 12:00:00 -0600
commit46fea14452ef7b812ca2526a1f607ca83b13bdc7 (patch)
treeda238c1d725a50af27b1ea2f22807fbb2030354b /redraw.go
parent1e5799543c81ca27b49059a09647c0ef7a5cc83d (diff)
quiet some output. start thinking about NewTable()
Diffstat (limited to 'redraw.go')
-rw-r--r--redraw.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/redraw.go b/redraw.go
index 6661bb1..6a28350 100644
--- a/redraw.go
+++ b/redraw.go
@@ -1,7 +1,6 @@
package gui
import (
- "go.wit.com/log"
"go.wit.com/widget"
)
@@ -21,7 +20,7 @@ func (n *Node) redraw(p *aplug) {
}
func (n *Node) redo(plug *aplug) {
- log.Log(NOW, "redo()", plug.name, n.id, n.WidgetType, n.progname)
+ // log.Log(NOW, "redo()", plug.name, n.id, n.WidgetType, n.progname)
a := getNewAction(n, widget.Add)
plug.pluginChan <- *a