diff --git a/nodes/core/core/89-delay.js b/nodes/core/core/89-delay.js index 416978332..8b7caa0b8 100644 --- a/nodes/core/core/89-delay.js +++ b/nodes/core/core/89-delay.js @@ -84,7 +84,6 @@ function DelayNode(n) { if (this.pauseType === "delay") { this.on("input", function(msg) { - //node = this; var id; id = setTimeout(function(){ node.idList.splice(node.idList.indexOf(id),1);