From d8afbc5a4751cc26728d45f5a2d02663a361b1b6 Mon Sep 17 00:00:00 2001 From: starknetdev Date: Thu, 12 Oct 2023 17:58:35 +0100 Subject: [PATCH] clean --- ui/src/app/components/upgrade/StatAttribute.tsx | 2 -- 1 file changed, 2 deletions(-) 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);