1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

removed unneccessary console log

This commit is contained in:
NoobishSVK
2024-03-01 14:55:37 +01:00
parent 70d51d23b7
commit d90c8ed479

View File

@@ -36,7 +36,6 @@ $(document).ready(function() {
}
}
}
console.log(messageData);
};
$('.chat-send-message-btn').click(function() {