mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
remove unused if block
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
This commit is contained in:
parent
97678577fb
commit
6f89efa40b
@ -236,8 +236,6 @@ module.exports = function(RED) {
|
|||||||
return done();
|
return done();
|
||||||
}
|
}
|
||||||
closeMonitorCount--;
|
closeMonitorCount--;
|
||||||
if(closeMonitorCount <= 0) {
|
|
||||||
}
|
|
||||||
}, closeMonitorInterval);
|
}, closeMonitorInterval);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user