remove console log

This commit is contained in:
IrkTheImp 2025-05-22 19:06:45 -05:00
parent 50f5992f55
commit cc50b2e392

View file

@ -19,7 +19,6 @@ export default class DhpWeapon extends foundry.abstract.TypeDataModel {
} }
prepareDerivedData() { prepareDerivedData() {
console.log('weapon', this);
if(this.parent.parent){ if(this.parent.parent){
this.applyEffects(); this.applyEffects();
} }