]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/api/videos/comment.ts
Fix thread replies API response
[github/Chocobozzz/PeerTube.git] / server / controllers / api / videos / comment.ts
index b21698525576e37bd7ab6fb1c18181f0cc793213..38fa7c3b005deb6d02320b8c1fc6e0e8465ad5a1 100644 (file)
@@ -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)
   }