Borrar console.log inintencional

This commit is contained in:
Nulo 2021-07-02 18:27:04 +00:00
parent 3e26a513fa
commit 29ec9bed9c
1 changed files with 0 additions and 1 deletions

View File

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