Skip to content

Commit 721bfbc

Browse files
authored
chore: remove log (#144)
1 parent 224ba93 commit 721bfbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/Helpers.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ export const formatDistanceDate = (timestamp: string): string => {
168168
const formatedString = `${distanceInDays} ${formatInterval !== "" ? `and ${formatInterval} ago` : ""}`.trim()
169169
return formatedString
170170
} else if (days !== 0) {
171-
console.log("here", days, hours)
172171
const formatedString = hours !== 0 ? `${distanceInDays} and ${hours!} hours ago` : `${distanceInDays} ago`
173172
return formatedString
174173
} else {

0 commit comments

Comments
 (0)