remove redundant loggers

This commit is contained in:
2023-03-26 15:01:15 +02:00
parent e6654858a1
commit fae1faded5
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -14,8 +14,6 @@ export class Guild {
this.displayUpgradeCost = this.getUpgradeCost() ?? "Max level";
this.upgradeCost = this.getUpgradeCost();
console.log(upgrades)
this.adventurerCapacity = upgrades.adventurerCapacity as AdventurerCapacityUpgrade ?? new AdventurerCapacityUpgrade();
}