From cbda639c3619852bb2bc39d78abcaf616768fd5d Mon Sep 17 00:00:00 2001 From: James Chang Date: Thu, 14 Oct 2021 23:02:51 -0400 Subject: [PATCH] Remove console logging from happenedOn parseValue function --- frontend/models/personalBest.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/models/personalBest.ts b/frontend/models/personalBest.ts index 57d88ba..146fef1 100644 --- a/frontend/models/personalBest.ts +++ b/frontend/models/personalBest.ts @@ -243,8 +243,6 @@ export const 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`)