Showing
1 changed file
with
0 additions
and
3 deletions
... | @@ -47,9 +47,6 @@ const Time = styled.span` | ... | @@ -47,9 +47,6 @@ const Time = styled.span` |
47 | `; | 47 | `; |
48 | 48 | ||
49 | export default ({ text, avatar, time }) => { | 49 | export default ({ text, avatar, time }) => { |
50 | - console.log(time); | ||
51 | - let UTCTime = moment().utc(); | ||
52 | - console.log(UTCTime); | ||
53 | return ( | 50 | return ( |
54 | <MessageWrapper className="MessageWrapper"> | 51 | <MessageWrapper className="MessageWrapper"> |
55 | <MsgContainer> | 52 | <MsgContainer> | ... | ... |
-
Please register or login to post a comment