Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate-Wessel committed Nov 27, 2024
1 parent fc52e75 commit 5d2fee3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/timeRange.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export class TimeRange extends Factor {
if(this.endHour > this.startHour){
return this.endHour - this.startHour
} else {
console.log(this.endHour,this.startHour, 24 - this.startHour + this.endHour)
return 24 - this.startHour + this.endHour
}
}
Expand Down

0 comments on commit 5d2fee3

Please sign in to comment.