Skip to content

Commit

Permalink
chore: remove log (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola authored Jan 25, 2024
1 parent 224ba93 commit 721bfbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/Helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ export const formatDistanceDate = (timestamp: string): string => {
const formatedString = `${distanceInDays} ${formatInterval !== "" ? `and ${formatInterval} ago` : ""}`.trim()
return formatedString
} else if (days !== 0) {
console.log("here", days, hours)
const formatedString = hours !== 0 ? `${distanceInDays} and ${hours!} hours ago` : `${distanceInDays} ago`
return formatedString
} else {
Expand Down

0 comments on commit 721bfbc

Please sign in to comment.