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