From 64409bf846d0546e16dc0663a834764522d8ad27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B6ckelmann?= Date: Sat, 10 Feb 2024 10:13:18 +0100 Subject: [PATCH] Remove Debug Message --- src/app/game-model/ModelComponentTypeUtillities.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/game-model/ModelComponentTypeUtillities.ts b/src/app/game-model/ModelComponentTypeUtillities.ts index 236cc96..da1f827 100644 --- a/src/app/game-model/ModelComponentTypeUtillities.ts +++ b/src/app/game-model/ModelComponentTypeUtillities.ts @@ -18,7 +18,6 @@ export class ModelComponentTypeUtillities { } static fromString(string: string) : ModelComponentType | undefined { - console.log(string) switch (string) { case "gamesystem": return ModelComponentType.GAMESYTEM; case "scriptaccount": return ModelComponentType.SCRIPTACCOUNT;