Skip to content

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
WRadoslaw committed Mar 14, 2024
1 parent 2a4b9fe commit 7dc0311
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const SaleSummaryStep: FC<SaleSummaryProps> = ({
[holdersRevenueShare, tokenPrice, totalSupply]
)
const { fullFee } = useFee('startAmmTx', ['1', '1', joySlopeNumber])
console.log('summery slope', joySlopeNumber)

const startingPrice = useMemo(() => {
return hapiBnToTokenNumber(
calcBuyMarketPricePerToken('0', String(Math.round(HAPI_TO_JOY_RATE * joySlopeNumber)), '0') ?? new BN(0)
Expand Down Expand Up @@ -114,7 +114,7 @@ export const SaleSummaryStep: FC<SaleSummaryProps> = ({
},
})
}, [handleBackClick, handleSubmitTransaction, setPrimaryButtonProps, setSecondaryButtonProps])
console.log(startingPrice)

return (
<ColumnBox gap={2}>
<Text variant="h500" as="h2" margin={{ bottom: 2 }}>
Expand Down

0 comments on commit 7dc0311

Please sign in to comment.