Removed debug flag that spammed the console

This commit is contained in:
Jacob Lucas 2021-07-07 00:40:00 +01:00
parent c44ad926a5
commit 0a9c9f8ef0

View file

@ -46,9 +46,6 @@ import * as migrations from "./module/migration.js";
/* Foundry VTT Initialization */
/* -------------------------------------------- */
// Keep on while migrating to Foundry version 0.8
CONFIG.debug.hooks = true;
Hooks.once("init", function() {
console.log(`SW5e | Initializing SW5E System\n${SW5E.ASCII}`);