remove log
This commit is contained in:
@@ -62,7 +62,6 @@ class client {
|
||||
|
||||
onMessage(raw) {
|
||||
const msg = JSON.parse(raw.toString())
|
||||
console.log("msg received: ", msg)
|
||||
|
||||
if (msg.type === "hello") {
|
||||
this.seq = msg.seq
|
||||
|
||||
Reference in New Issue
Block a user