From 2a021e6cb6836864bb013d5ff451e8a4ae45c9b7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 19 Feb 2021 10:52:31 +0100 Subject: Fix thread replies API response --- server/controllers/api/videos/comment.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'server/controllers/api') diff --git a/server/controllers/api/videos/comment.ts b/server/controllers/api/videos/comment.ts index b21698525..38fa7c3b0 100644 --- a/server/controllers/api/videos/comment.ts +++ b/server/controllers/api/videos/comment.ts @@ -166,8 +166,6 @@ async function listVideoThreadComments (req: express.Request, res: express.Respo } } - logger.info('coucou', { resultList }) - if (resultList.data.length === 0) { return res.sendStatus(HttpStatusCode.NOT_FOUND_404) } -- cgit v1.2.3