From 620d46580bb3baa03be4f9504d533abb122c7ec6 Mon Sep 17 00:00:00 2001 From: tornadocontrib Date: Thu, 3 Oct 2024 11:28:48 +0000 Subject: [PATCH] Remove logging --- dist/cli.js | 12 ------------ src/program.ts | 13 ------------- 2 files changed, 25 deletions(-) diff --git a/dist/cli.js b/dist/cli.js index b47f619..fcd0c9b 100644 --- a/dist/cli.js +++ b/dist/cli.js @@ -187109,18 +187109,6 @@ Connected with Tovarish Relayer ${(_a = tovarishClient.selectedRelayer) == null relayerFeePercent: tornadoServiceFee, isEth }); - console.log({ - gasPrice, - gasLimit, - l1Fee, - denomination, - ethRefund: refund2, - tokenPriceInWei, - tokenDecimals: decimals, - relayerFeePercent: tornadoServiceFee, - isEth, - fee: fee2 - }); relayer2 = rewardAccount; if (fee2 > denomination) { const errMsg = `Relayer fee ${formatUnits(fee2, decimals)} ${currency.toUpperCase()} exceeds the deposit amount ${amount} ${currency.toUpperCase()}.`; diff --git a/src/program.ts b/src/program.ts index ae55f2b..f3c93d1 100644 --- a/src/program.ts +++ b/src/program.ts @@ -1155,19 +1155,6 @@ export function tornadoProgram() { isEth, }); - console.log({ - gasPrice, - gasLimit, - l1Fee, - denomination, - ethRefund: refund, - tokenPriceInWei, - tokenDecimals: decimals, - relayerFeePercent: tornadoServiceFee, - isEth, - fee, - }); - relayer = rewardAccount as string; if (fee > denomination) {