Skip to content

Commit

Permalink
Removed more unneeded stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
zeel01 committed Dec 21, 2021
1 parent 8a0a3e4 commit 240e3bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/document-sheet-registrar.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ export default class DocumentSheetRegistrar {
static init() {
console.log(game.i18n.localize("Document Sheet Registrar: initializing..."));

// Call settings hook for this module
Hooks.callAll("preDocumentSheetRegistrarInit", this.settings);

// Initialize all of the document sheet registrars
for (let doc of Object.values(foundry.documents)) {
this.setupTypes(doc);
Expand Down

0 comments on commit 240e3bf

Please sign in to comment.