removed unneeded console.log

This commit is contained in:
rainbownapkin 2022-07-20 07:26:04 +00:00
parent 2fc8f16e9d
commit a048e2094c

View file

@ -521,7 +521,6 @@ Callbacks = {
},
chatMsg: function(data) {
console.log(data);
addChatMessage(data);
},