Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Mar 12, 2024
1 parent 7c32179 commit 8f8932f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const BuyWithCryptoModal = (props: Props) => {
const [selectedToken, setSelectedToken] = useState<Token>(getMANAToken(asset.chainId))
const [canBuyAsset, setCanBuyAsset] = useState<boolean | undefined>()
const [insufficientToken, setInsufficientToken] = useState<Token | undefined>()
console.log('insufficientToken: ', insufficientToken);
const [showChainSelector, setShowChainSelector] = useState(false)
const [showTokenSelector, setShowTokenSelector] = useState(false)
const [crossChainProvider, setCrossChainProvider] = useState<CrossChainProvider>()
Expand Down

0 comments on commit 8f8932f

Please sign in to comment.