X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fcontrollers%2Fapi%2Fvideos%2Fcomment.ts;h=38fa7c3b005deb6d02320b8c1fc6e0e8465ad5a1;hb=2a021e6cb6836864bb013d5ff451e8a4ae45c9b7;hp=b21698525576e37bd7ab6fb1c18181f0cc793213;hpb=9d6b9d10ef8cbef39e89bc709285abffb0d8caa1;p=github%2FChocobozzz%2FPeerTube.git 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) }