diff --git a/routes/index.tsx b/routes/index.tsx index 50ab841..3fdc495 100644 --- a/routes/index.tsx +++ b/routes/index.tsx @@ -34,7 +34,6 @@ export const handler: Handlers = { }; bc.addEventListener("message", (e) => { - console.log(e); socket.send(JSON.stringify({ globalCount: e.data })); });