mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 06:26:59 +00:00
remove redundant loggers
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user