a bit less logging
This commit is contained in:
@@ -213,7 +213,7 @@ export default class GameStore {
|
|||||||
}
|
}
|
||||||
|
|
||||||
deleteGame(game: GameState): void {
|
deleteGame(game: GameState): void {
|
||||||
console.log(Date.now(), 'DELETE', game);
|
console.log(Date.now(), 'DELETE', game.dmID, game.spectatorID);
|
||||||
|
|
||||||
this.dms.delete(game.dmID);
|
this.dms.delete(game.dmID);
|
||||||
this.spectators.delete(game.spectatorID);
|
this.spectators.delete(game.spectatorID);
|
||||||
|
|||||||
Reference in New Issue
Block a user