diff --git a/src/jugando.ts b/src/jugando.ts index 317d9e7..8878b15 100644 --- a/src/jugando.ts +++ b/src/jugando.ts @@ -48,7 +48,6 @@ export function createJugandoState(juego: Juego): State { ]), }); } - console.log(CITIZENS, citizens); return { current: "jugando", pos: { x: MAP_MIN + 100 },