From ce21324e5527d8b7a943996388fb7f9590736e3e Mon Sep 17 00:00:00 2001 From: PhilReact Date: Mon, 23 Dec 2024 07:09:28 +0200 Subject: [PATCH] remove logs --- src/background.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/background.ts b/src/background.ts index 9d45086..f51c32e 100644 --- a/src/background.ts +++ b/src/background.ts @@ -1648,7 +1648,6 @@ export async function createBuyOrderTx({ crosschainAtInfo, isGateway, foreignBlo const address = wallet.address0; let message if(foreignBlockchain === 'PIRATECHAIN'){ - console.log('crosschainAtInfo', crosschainAtInfo, crosschainAtInfo[0].qortalAtAddress) message = { atAddress: crosschainAtInfo[0].qortalAtAddress, foreignKey: await getForeignKey(foreignBlockchain), @@ -1681,7 +1680,6 @@ export async function createBuyOrderTx({ crosschainAtInfo, isGateway, foreignBlo url = await createEndpoint('/crosschain/tradebot/respondmultiple') } - console.log('txn', txn, JSON.stringify(txn)) const responseFetch = await fetch( url, {