remove console

This commit is contained in:
ogerly 2020-01-07 06:02:19 +01:00
parent 9aa680ce50
commit 223d1ca3c0

View File

@ -114,7 +114,7 @@ export default {
return this.$filters.truncate(this.comment.content, COMMENT_TRUNCATE_TO_LENGTH)
}
// console.log(this.comment.content.replace(/\?/gi, '?++'))
return this.comment.content.replace(/\?/gi, ' <button class="button">Find</button>')
return this.comment.content
},
displaysComment() {
return !this.unavailable || this.isModerator