From 9c2c7f45c64f3cd76076db9407f86dd6e1056d07 Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Tue, 5 Dec 2023 11:35:10 +0100 Subject: [PATCH] Demo mode disabled --- client/src/olympusapp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/olympusapp.ts b/client/src/olympusapp.ts index 69997534..d2eca680 100644 --- a/client/src/olympusapp.ts +++ b/client/src/olympusapp.ts @@ -30,7 +30,7 @@ import { ContextManager } from "./context/contextmanager"; import { Context } from "./context/context"; var VERSION = "v0.4.9-alpha-rc1"; -var DEBUG = true; +var DEBUG = false; export class OlympusApp { /* Global data */