Skip to content

Commit

Permalink
remove console.log from timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
beccaelenzil committed May 18, 2022
1 parent e218168 commit 080365b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Timestamp.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { DateTime } from 'luxon';

const TimeStamp = (props) => {
console.log(props);

const time = DateTime.fromISO(props.time);
const absolute = time.toFormat('MMMM Do YYYY, h:mm:ss a');
const relative = time.toRelative();
Expand Down

0 comments on commit 080365b

Please sign in to comment.