Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Oct 12, 2023
1 parent 8bde1eb commit d8afbc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/src/app/components/upgrade/StatAttribute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

1 comment on commit d8afbc5

@vercel
Copy link

@vercel vercel bot commented on d8afbc5 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.