Remove console log

This commit is contained in:
PrestonN 2022-02-06 14:45:24 -05:00
parent 3c364ae194
commit f19b5f8501
1 changed files with 0 additions and 2 deletions

View File

@ -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) {