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:
@@ -109,7 +109,6 @@ export default defineComponent({
|
||||
|
||||
const guildUpgrades = {} as { [key: string]: GuildUpgrade };
|
||||
if (saveData.guild.adventurerCapacity) {
|
||||
console.log(saveData.guild.adventurerCapacity);
|
||||
guildUpgrades.adventurerCapacity = new AdventurerCapacityUpgrade(saveData.guild.adventurerCapacity.level);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user