dont log game

This commit is contained in:
Zutatensuppe 2020-12-21 18:35:05 +01:00
parent cbc2b88f47
commit 4158aa0854

View file

@ -131,7 +131,6 @@ wss.on('message', async ({socket, data}) => {
Game.addPlayer(gameId, clientId) Game.addPlayer(gameId, clientId)
Game.addSocket(gameId, socket) Game.addSocket(gameId, socket)
const game = Game.get(gameId) const game = Game.get(gameId)
console.log(gameId, game)
notify( notify(
[Protocol.EV_SERVER_INIT, { [Protocol.EV_SERVER_INIT, {
id: game.id, id: game.id,