aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/moments.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/utils/moments.ts b/src/utils/moments.ts
index 12323e7b..90d69519 100644
--- a/src/utils/moments.ts
+++ b/src/utils/moments.ts
@@ -39,10 +39,6 @@ export const getTimePosted = (date_time: string) => {
};
export const getTimeInShorthand = (date_time: string) => {
- //TODO: Explore this function to get dates in our range and format
- // const datePosted = moment(date_time);
- // return moment(datePosted).fromNow();
-
const datePosted = moment(date_time);
const now = moment();
var time = date_time;