Skip to content

Commit

Permalink
[#4445] Remove logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
arbron committed Sep 27, 2024
1 parent c3eaa13 commit 294c608
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/documents/activity/mixin.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ export default Base => class extends PseudoDocumentMixin(Base) {
return obj;
}, {})
};
console.log(consumed);
if ( foundry.utils.isEmpty(consumed.actor) ) delete consumed.actor;
if ( foundry.utils.isEmpty(consumed.item) ) delete consumed.item;

Expand Down

0 comments on commit 294c608

Please sign in to comment.