From 5f276162a42873564d011b6de72d15a0075a6485 Mon Sep 17 00:00:00 2001 From: Ashm Walia Date: Wed, 27 Jan 2021 14:06:33 -0800 Subject: Done --- src/services/CommentService.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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'); } -- cgit v1.2.3-70-g09d2