Remove console log in game
This commit is contained in:
parent
a91f2c6d39
commit
d96ec27c88
@ -248,7 +248,6 @@ function Game() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function handleMapTokenStateChange(change) {
|
function handleMapTokenStateChange(change) {
|
||||||
console.log(change);
|
|
||||||
if (currentMapState === null) {
|
if (currentMapState === null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user