diff options
author | Ashm Walia <ashmwalia@outlook.com> | 2021-01-27 14:06:33 -0800 |
---|---|---|
committer | Ashm Walia <ashmwalia@outlook.com> | 2021-01-27 14:06:33 -0800 |
commit | 5f276162a42873564d011b6de72d15a0075a6485 (patch) | |
tree | 1a760ccf25a80ede75d255c642e774d5dedc0687 | |
parent | 9298f8a31ca25f53d7fb6a0a90af783b9b01f46c (diff) |
Done
-rw-r--r-- | src/services/CommentService.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/services/CommentService.ts b/src/services/CommentService.ts index 3baf0305..45a9dff9 100644 --- a/src/services/CommentService.ts +++ b/src/services/CommentService.ts @@ -23,7 +23,6 @@ export const getComments = async ( const status = response.status; if (status === 200) { comments = await response.json(); - console.log(comments[0]); } else { console.log('Could not load comments'); } |