remove un needed commented out line

pull/164/head
Ben Hardill 2014-02-18 10:28:46 +00:00
parent 560d106ba2
commit da167c8607
1 changed files with 0 additions and 1 deletions

View File

@ -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);