Skip to content

Commit

Permalink
Remove console log on /healthz
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <lindluni@github.com>
  • Loading branch information
lindluni committed Mar 10, 2024
1 parent 0f13dda commit 45452ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ app.get('/', (req, res) => {
})

app.get('/healthz', (req, res) => {
console.log('Health check: OK')
res.send('OK')
})

Expand Down

0 comments on commit 45452ba

Please sign in to comment.