Remove logging

This commit is contained in:
Tornado Contrib 2024-10-03 11:28:48 +00:00
parent 75bb730713
commit 620d46580b
Signed by: tornadocontrib
GPG Key ID: 60B4DF1A076C64B1
2 changed files with 0 additions and 25 deletions

12
dist/cli.js vendored

@ -187109,18 +187109,6 @@ Connected with Tovarish Relayer ${(_a = tovarishClient.selectedRelayer) == null
relayerFeePercent: tornadoServiceFee, relayerFeePercent: tornadoServiceFee,
isEth isEth
}); });
console.log({
gasPrice,
gasLimit,
l1Fee,
denomination,
ethRefund: refund2,
tokenPriceInWei,
tokenDecimals: decimals,
relayerFeePercent: tornadoServiceFee,
isEth,
fee: fee2
});
relayer2 = rewardAccount; relayer2 = rewardAccount;
if (fee2 > denomination) { if (fee2 > denomination) {
const errMsg = `Relayer fee ${formatUnits(fee2, decimals)} ${currency.toUpperCase()} exceeds the deposit amount ${amount} ${currency.toUpperCase()}.`; const errMsg = `Relayer fee ${formatUnits(fee2, decimals)} ${currency.toUpperCase()} exceeds the deposit amount ${amount} ${currency.toUpperCase()}.`;

@ -1155,19 +1155,6 @@ export function tornadoProgram() {
isEth, isEth,
}); });
console.log({
gasPrice,
gasLimit,
l1Fee,
denomination,
ethRefund: refund,
tokenPriceInWei,
tokenDecimals: decimals,
relayerFeePercent: tornadoServiceFee,
isEth,
fee,
});
relayer = rewardAccount as string; relayer = rewardAccount as string;
if (fee > denomination) { if (fee > denomination) {