Skip to content

Commit

Permalink
#538 removed debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
arawinters committed Apr 10, 2024
1 parent 625f3c2 commit cc28902
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions run/health/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ class HealthCheckerUtility extends EventEmitter {
protocol = url_parts[0];
}
}
console.log('---------------------------- checkIfWebServerAlive: url: '+reqUrl);
console.log('---------------------------- checkIfWebServerAlive: protocol: '+protocol);
if(protocol === 'https') {
// use ssl
let req = https.get(reqUrl, (res => {
Expand Down

0 comments on commit cc28902

Please sign in to comment.