forked from GitHub-Mirrors/foundry-sw5e
Removed debug flag that spammed the console
This commit is contained in:
parent
c44ad926a5
commit
0a9c9f8ef0
1 changed files with 0 additions and 3 deletions
3
sw5e.js
3
sw5e.js
|
@ -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}`);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue