Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurkars committed Jul 28, 2023
1 parent 75b2946 commit 01efc91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/ui/header/menu/datamanagement/datamanagement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ export class DatamanagementMenuComponent implements OnInit {
reader.addEventListener('load', (event: any) => {
gameManager.stateManager.before("loadGameFromFile");
const gameModel: GameModel = Object.assign(new GameModel(), JSON.parse(event.target.result));
console.log(gameModel, event.target.result, JSON.parse(event.target.result));
if (gameModel.revision < gameManager.game.revision) {
storageManager.addBackup(gameManager.game.toModel());
gameModel.revision = gameManager.game.revision;
Expand Down

0 comments on commit 01efc91

Please sign in to comment.