From 3aab76955f3e4cfb1ba51ae1895169d7d2e79c64 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Sat, 31 Aug 2024 08:38:15 -0700 Subject: [PATCH] . --- src/resources/scripts/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); }