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
-1
View File
@@ -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);
}