remove unused if block

Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
This commit is contained in:
Stephen McLaughlin
2022-04-19 10:30:08 +01:00
committed by GitHub
parent 97678577fb
commit 6f89efa40b

View File

@@ -236,8 +236,6 @@ module.exports = function(RED) {
return done();
}
closeMonitorCount--;
if(closeMonitorCount <= 0) {
}
}, closeMonitorInterval);
}
});