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:
parent
560d106ba2
commit
da167c8607
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user