Remove Debug Message
Some checks failed
E2E Testing / test (push) Failing after 1m31s

This commit is contained in:
Sebastian Böckelmann 2024-02-10 10:13:18 +01:00
parent 635da80bf2
commit 64409bf846

View File

@ -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;