remove log

This commit is contained in:
metacryst
2025-12-24 03:21:42 -06:00
parent 97bd02c59a
commit 2e2eb793df
3 changed files with 19 additions and 2 deletions

View File

@@ -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