diff --git a/src/resources/scripts/main.ts b/src/resources/scripts/main.ts index 0d4d4b3..0adf256 100644 --- a/src/resources/scripts/main.ts +++ b/src/resources/scripts/main.ts @@ -473,5 +473,5 @@ if (window.location.pathname === '/welcome/') { if (window.location.hostname === null) { // Stop the minifier from removing these functions - console.log([navigate, cookie, query, versionSelector, game]); + console.debug([navigate, cookie, query, versionSelector, game]); }