diff --git a/src/initApp.ts b/src/initApp.ts index 32c042b..7d9c749 100644 --- a/src/initApp.ts +++ b/src/initApp.ts @@ -15,19 +15,6 @@ async function loadConfig() { href: `${DOLPHIN.config.PAGE_TITLE_LOGO}`, }); document.head.appendChild(link); - - if (DOLPHIN.config.ENVIRONMENT == "PRODUCTION") { - setInterval(() => { - console.clear(); - const style = ` - color: #00CCFF; - font-size: 64px; - font-weight: bold; - text-shadow: 1px 1px 2px #000; - `; - console.log("%cDolphin Kiosk - Mavorion", style); - }, 1000); - } } catch (e) { console.error("Configuration Missing:", e); const msg = document.createElement("div");