diff --git a/src/app/project/game-model/GameModel.ts b/src/app/project/game-model/GameModel.ts index 625d3d2..66dd46c 100644 --- a/src/app/project/game-model/GameModel.ts +++ b/src/app/project/game-model/GameModel.ts @@ -52,7 +52,6 @@ export class GameModel { const parentProductGamesystem = ProductGamesystem.constructFromSimpleGamesystem(parentGamesystem, this); parentProductGamesystem.addChildGamesystem(simpleGamesystem); simpleGamesystem.parentGamesystem = parentProductGamesystem; - console.log("The parent of my parent is ", parentProductGamesystem.parentGamesystem!.componentName) } else { const productParentGamesystem = parentGamesystem as ProductGamesystem; productParentGamesystem.addChildGamesystem(simpleGamesystem);