remove stray console log

This commit is contained in:
AlecM33
2023-01-21 18:30:10 -05:00
parent b81c7dfb8a
commit cc871fb582

View File

@@ -193,7 +193,6 @@ export class InProgress {
});
this.socket.on(globals.EVENT_IDS.REVEAL_PLAYER, (revealData) => {
console.log('here');
const revealedPerson = this.stateBucket.currentGameState.people.find((person) => person.id === revealData.id);
if (revealedPerson) {
revealedPerson.revealed = true;