don't log each hash

This commit is contained in:
Evan
2025-02-28 19:06:17 -08:00
parent 810656cb19
commit 36757160d9
-3
View File
@@ -165,9 +165,6 @@ export class GameServer {
client.lastPing = Date.now();
}
if (clientMsg.type == "hash") {
console.log(
`client ${clientMsg.clientID} got hash ${clientMsg.hash} on tick ${clientMsg.tick}`,
);
client.hashes.set(clientMsg.tick, clientMsg.hash);
}
if (clientMsg.type == "winner") {