Remove console log
This commit is contained in:
parent
3c364ae194
commit
f19b5f8501
|
@ -278,8 +278,6 @@ export default Vue.extend({
|
||||||
this.commentData[index].replies = this.commentData[index].replies.concat(commentData)
|
this.commentData[index].replies = this.commentData[index].replies.concat(commentData)
|
||||||
this.commentData[index].replyToken = response.continuation
|
this.commentData[index].replyToken = response.continuation
|
||||||
this.commentData[index].showReplies = true
|
this.commentData[index].showReplies = true
|
||||||
} else {
|
|
||||||
console.log('Don\'t display comments twice')
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (this.sortingChanged) {
|
if (this.sortingChanged) {
|
||||||
|
|
Loading…
Reference in New Issue