From 5d65916d2ad836423841633fa28019a34a2827b5 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Sun, 28 May 2017 18:51:15 +0200 Subject: [PATCH] Removed console.log --- resources/[system]/chat/html/Message.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/[system]/chat/html/Message.js b/resources/[system]/chat/html/Message.js index db7ea12..52c0a4a 100644 --- a/resources/[system]/chat/html/Message.js +++ b/resources/[system]/chat/html/Message.js @@ -43,9 +43,6 @@ Vue.component('message', { while (s.match(styleRegex)) { //Any better solution would be appreciated :P s = s.replace(styleRegex, (str, style, inner) => `${inner}`) } - - console.log(s); - return s.replace(/]*><\/span[^>]*>/g, ''); }, escape(unsafe) {