From d90c8ed47946cf3a90fb543dfe2aa7a877370b99 Mon Sep 17 00:00:00 2001 From: NoobishSVK Date: Fri, 1 Mar 2024 14:55:37 +0100 Subject: [PATCH] removed unneccessary console log --- web/js/chat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/js/chat.js b/web/js/chat.js index 42d4d98..755b1d3 100644 --- a/web/js/chat.js +++ b/web/js/chat.js @@ -36,7 +36,6 @@ $(document).ready(function() { } } } - console.log(messageData); }; $('.chat-send-message-btn').click(function() {