Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
manafasif committed Dec 6, 2023
1 parent f0345a5 commit 42dafdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ export async function checkUptime() {
try {
const response = await fetch('https://api.hanswehr.com/root?root=qtl');
if (response.status === 200) {
// logger.info('Uptime check passed. Endpoint is up.');
console.log('Uptime check passed. Endpoint is up.');
logger.info('Uptime check passed. Endpoint is up.');
// console.log('Uptime check passed. Endpoint is up.');

email_sent = false
} else {
Expand Down

0 comments on commit 42dafdd

Please sign in to comment.