1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

remove un needed commented out line

This commit is contained in:
Ben Hardill 2014-02-18 10:28:46 +00:00
parent 560d106ba2
commit da167c8607

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