Removed stray console logging
closes Creatures summoned to tabletops from libraries are missing their properties #373
This commit is contained in:
@@ -35,7 +35,6 @@ export default function mutationToPropUpdates(mutation: Mutation) {
|
||||
}
|
||||
// Remove creature properties
|
||||
if (mutation.removals) for (const removeOne of mutation.removals) {
|
||||
console.log(removeOne);
|
||||
bulkWriteOps.push({
|
||||
deleteOne: {
|
||||
filter: {
|
||||
|
||||
Reference in New Issue
Block a user