Remove debug log
This commit is contained in:
parent
1d148d39db
commit
878d278303
1 changed files with 0 additions and 5 deletions
|
|
@ -167,9 +167,4 @@ export class PlayerSheetv2 extends GenericActorSheet {
|
||||||
max: this.actor.system.inventory_slots,
|
max: this.actor.system.inventory_slots,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
_updateObject(...args) {
|
|
||||||
console.log(args)
|
|
||||||
super._updateObject(...args);
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue