]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/video-comments.ts
Avoid making retried requests to dead followers
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / video-comments.ts
index 17c86a38144aaa371d17228b091e974fe9c30cf3..b33ae27b19ddcc7a4d51b2bcd5a6c45543d5671d 100644 (file)
@@ -81,7 +81,6 @@ async function resolveThread (url: string, comments: VideoCommentModel[] = []) {
     // Speed up things and resolve directly the thread
     if (commentFromDatabase.InReplyToVideoComment) {
       const data = await VideoCommentModel.listThreadParentComments(commentFromDatabase, undefined, 'DESC')
-      console.log(data)
 
       parentComments = parentComments.concat(data)
     }