Borrar console.log inintencional

This commit is contained in:
Nulo 2021-07-02 18:27:04 +00:00
parent 3e26a513fa
commit 29ec9bed9c

View file

@ -48,7 +48,6 @@ export function createJugandoState(juego: Juego<any>): State {
]), ]),
}); });
} }
console.log(CITIZENS, citizens);
return { return {
current: "jugando", current: "jugando",
pos: { x: MAP_MIN + 100 }, pos: { x: MAP_MIN + 100 },