Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Jul 8, 2023
1 parent 4fd83fd commit 3f33059
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/host/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ server.ws<UserData>("/*", {

// Relay client messages to other players in the same world
if (message.target === "client") {
console.log("relaying len", buffer.byteLength);
player.worlds.forEach((world) => {
ws.publish(world.topic, buffer);
});
Expand Down

0 comments on commit 3f33059

Please sign in to comment.