Skip to content

Commit

Permalink
Remove console logging from happenedOn parseValue function
Browse files Browse the repository at this point in the history
  • Loading branch information
big213 committed Oct 15, 2021
1 parent 155a093 commit cbda639
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/models/personalBest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ export const PersonalBest = <RecordInfo<'personalBest'>>{
seconds
).getTime()

console.log(year, month, day, hours, minutes, seconds)

// date cannot be to far in the future
if (msTimestamp > new Date().getTime() + 1000 * 60 * 60 * 24) {
throw new Error(`Date Happened cannot be in the future`)
Expand Down

0 comments on commit cbda639

Please sign in to comment.