From 0a9c9f8ef0ae92b22dd06e7f29d3efd749b5ce4c Mon Sep 17 00:00:00 2001 From: Jacob Lucas Date: Wed, 7 Jul 2021 00:40:00 +0100 Subject: [PATCH] Removed debug flag that spammed the console --- sw5e.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/sw5e.js b/sw5e.js index 5bef2a6f..9c691619 100644 --- a/sw5e.js +++ b/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}`);