diff --git a/src/renderer/components/watch-video-comments/watch-video-comments.js b/src/renderer/components/watch-video-comments/watch-video-comments.js index a022da53..7cfa0f3e 100644 --- a/src/renderer/components/watch-video-comments/watch-video-comments.js +++ b/src/renderer/components/watch-video-comments/watch-video-comments.js @@ -278,8 +278,6 @@ export default Vue.extend({ this.commentData[index].replies = this.commentData[index].replies.concat(commentData) this.commentData[index].replyToken = response.continuation this.commentData[index].showReplies = true - } else { - console.log('Don\'t display comments twice') } } else { if (this.sortingChanged) {