Skip to content

Commit

Permalink
fix: Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Jan 29, 2025
1 parent 2473a82 commit 096492b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/modules/transak/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ function* handleOpenTransak(action: OpenTransakAction) {
const MarketplaveV3Interface = new ethers.utils.Interface(abi)
calldata = MarketplaveV3Interface.encodeFunctionData('accept', [[getOnChainTrade(trade, transakMulticallContract)]])
} else if (order && isNFT(asset)) {
console.log('IS NFT', isNFT(asset), asset)
contractId = MarketplaceV2ContractIds[asset.network]?.[asset.chainId]
if (!contractId) {
throw new Error(`Marketplace contract not found for network ${asset.network} and chainId ${asset.chainId}`)
Expand Down

0 comments on commit 096492b

Please sign in to comment.