summaryrefslogtreecommitdiff
path: root/redraw.go
diff options
context:
space:
mode:
Diffstat (limited to 'redraw.go')
-rw-r--r--redraw.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/redraw.go b/redraw.go
index 4461c35..9eb3c86 100644
--- a/redraw.go
+++ b/redraw.go
@@ -55,5 +55,5 @@ func (n *Node) redo(plug *aplug) {
}
plug.pluginChan <- *a
- sleep(.5)
+ // sleep(.5)
}