diff --git a/ui/src/app/components/upgrade/StatAttribute.tsx b/ui/src/app/components/upgrade/StatAttribute.tsx index 45056185d..171147d2a 100644 --- a/ui/src/app/components/upgrade/StatAttribute.tsx +++ b/ui/src/app/components/upgrade/StatAttribute.tsx @@ -44,8 +44,6 @@ export const StatAttribute = ({ const newUpgradeTotal = amount + ((adventurer?.statUpgrades ?? 0) - upgradesTotal); - console.log(nonBoostedStat, BigInt(amount), BigInt(15)); - const maxNonBoosted = (nonBoostedStat ?? BigInt(0)) + BigInt(amount) >= BigInt(15);