Removed stray console logging
closes Creatures summoned to tabletops from libraries are missing their properties #373
This commit is contained in:
@@ -240,8 +240,6 @@ export default {
|
||||
},
|
||||
async castSpell(suggestedParams) {
|
||||
this.userInput = suggestedParams;
|
||||
console.log(this.action);
|
||||
console.log(this.action.root);
|
||||
this.activeInputParams = {
|
||||
creatureId: this.action.creatureId,
|
||||
};
|
||||
|
||||
@@ -570,9 +570,6 @@ export default {
|
||||
propArray = [];
|
||||
set(properties, propPath, propArray);
|
||||
}
|
||||
if (!propArray?.push) {
|
||||
console.log({propArray});
|
||||
}
|
||||
propArray.push(prop);
|
||||
}
|
||||
return { skipChildren };
|
||||
|
||||
Reference in New Issue
Block a user