Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Guthers committed Aug 26, 2024
1 parent 45be27d commit 6cb7710
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,7 @@ function updateIndicator() {
return;
}

const wakeupTime = new Date(`1970-01-01T${wakeupTimeInput}:00`);

// if (wakeupTime.getHours() > 13) {
// return;
// }

const wakeupTime = new Date(`1970-01-01T${wakeupTimeInput}:00`);
const startHour = getStartHour();
const startOfDay = new Date(new Date("1970-01-01T00:00:00").setHours(startHour));

Expand Down

0 comments on commit 6cb7710

Please sign in to comment.