diff options
| author | Your Name <[email protected]> | 2024-01-01 12:00:00 -0600 |
|---|---|---|
| committer | Your Name <[email protected]> | 2024-01-01 12:00:00 -0600 |
| commit | 46fea14452ef7b812ca2526a1f607ca83b13bdc7 (patch) | |
| tree | da238c1d725a50af27b1ea2f22807fbb2030354b /redraw.go | |
| parent | 1e5799543c81ca27b49059a09647c0ef7a5cc83d (diff) | |
quiet some output. start thinking about NewTable()
Diffstat (limited to 'redraw.go')
| -rw-r--r-- | redraw.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
