Borrar console.log inintencional
This commit is contained in:
parent
3e26a513fa
commit
29ec9bed9c
1 changed files with 0 additions and 1 deletions
|
@ -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 },
|
||||||
|
|
Loading…
Reference in a new issue