Skip to content

Commit

Permalink
fix: remove unnecessary console warn
Browse files Browse the repository at this point in the history
  • Loading branch information
alaa-yahia authored and kabaros committed Aug 1, 2024
1 parent a29b0cf commit b2d795d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/validate-date-string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ export function validateDateString(
warningMessage,
}
} catch (e) {
console.warn(e)
return {
isValid: false,
errorMessage: (e as Error).message,
Expand Down

0 comments on commit b2d795d

Please sign in to comment.