Skip to content

Commit

Permalink
Remove error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp committed Jul 31, 2024
1 parent 10e69a6 commit 95142f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 2024/tenpo/overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ function setOverlay() {
const now = new Date();
const upcomingEvent = findUpcomingEvent(now);
const currentEvent = findCurrentEvent(now);
console.log(upcomingEvent);
console.log(currentEvent);

if (!upcomingEvent) return;

Expand All @@ -29,7 +27,6 @@ function setOverlay() {
return;
}

console.log(time);
displayOverlay(time, upcomingEvent);
}

Expand Down

0 comments on commit 95142f8

Please sign in to comment.