Remove debug log

This commit is contained in:
Oliver-Akins 2024-04-10 20:52:02 -06:00
parent 1d148d39db
commit 878d278303

View file

@ -167,9 +167,4 @@ export class PlayerSheetv2 extends GenericActorSheet {
max: this.actor.system.inventory_slots,
};
};
_updateObject(...args) {
console.log(args)
super._updateObject(...args);
};
}