1
0
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:
Stephen McLaughlin 2022-04-19 10:30:08 +01:00 committed by GitHub
parent 97678577fb
commit 6f89efa40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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