From 223d1ca3c01659ebbf2c8da090cd17dfb5fc9f41 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 7 Jan 2020 06:02:19 +0100 Subject: [PATCH] remove console --- webapp/components/Comment/Comment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/Comment/Comment.vue b/webapp/components/Comment/Comment.vue index ed7b9b064..3063fc400 100644 --- a/webapp/components/Comment/Comment.vue +++ b/webapp/components/Comment/Comment.vue @@ -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, ' ') + return this.comment.content }, displaysComment() { return !this.unavailable || this.isModerator