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