Skip to content

Commit

Permalink
Removed unnecessary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
woodzer committed Oct 5, 2022
1 parent 9e7129e commit 4e1654b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions module/documents/bh2e_actor.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,4 @@ export class BH2eActor extends Actor {
/** @override */
prepareBaseData() {
}

/** @override */
prepareDerivedData() {
const actorData = this.system;
const data = actorData.data;
const flags = (this.flags.bh2e || {});

this._prepareCharacterData(actorData);
}

_prepareCharacterData(actorData) {
}
}

0 comments on commit 4e1654b

Please sign in to comment.