removed unneeded console.log
This commit is contained in:
parent
2fc8f16e9d
commit
a048e2094c
|
|
@ -521,7 +521,6 @@ Callbacks = {
|
|||
},
|
||||
|
||||
chatMsg: function(data) {
|
||||
console.log(data);
|
||||
addChatMessage(data);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue