Skip to content

Commit

Permalink
Removed debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Jan 20, 2025
1 parent 017bcca commit b8658b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/user/system/CaptainManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,12 +348,6 @@ class CaptainManager {
}
callbackCalled = true

console.log(`--- Health Check body ---`)
console.log(body)
console.log(`--- Health Check response ---`)
console.log(response)
console.log(`--- Health Check error ---`)
console.log(error)
if (error || !body || body !== self.getHealthCheckUuid()) {
callback(false)
} else {
Expand Down

0 comments on commit b8658b4

Please sign in to comment.