Remove console log in game

This commit is contained in:
Mitchell McCaffrey 2020-05-24 13:32:33 +10:00
parent a91f2c6d39
commit d96ec27c88

View File

@ -248,7 +248,6 @@ function Game() {
}
function handleMapTokenStateChange(change) {
console.log(change);
if (currentMapState === null) {
return;
}