remove obsolete comment

This commit is contained in:
Girish Ramakrishnan
2024-10-12 10:50:52 +02:00
parent 9b8994fe43
commit ff5dccc2b4
-2
View File
@@ -60,8 +60,6 @@ async function setHealth(app, health) {
app.healthTime = healthTime;
}
// callback is called with error for fatal errors and not if health check failed
async function checkAppHealth(app, options) {
assert.strictEqual(typeof app, 'object');
assert.strictEqual(typeof options, 'object');