mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
remove console log
This commit is contained in:
parent
50f5992f55
commit
cc50b2e392
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue