mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-18 00:55:40 +00:00
Remove WS message logging
This commit is contained in:
parent
92f3e6378f
commit
98449d0099
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ const init = (roomId, wid, zone) => {
|
|||
conn.onclose = (event) => log.info(`[ws] closed (${event.code})`);
|
||||
conn.onmessage = response => {
|
||||
const data = JSON.parse(response.data);
|
||||
log.debug('[ws] <- ', data);
|
||||
pub(MESSAGE, data);
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue