aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/services/CommentService.ts1
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');
}