Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Oct 18, 2024
1 parent 37447f0 commit 2e41406
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/localnet/src/handleOnZEVMWithdrawn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export const handleOnZEVMWithdrawn = async ({
await executeTx.wait();
} else {
const erc20 = getERC20ByZRC20(zrc20);
console.log("!!!", receiver, erc20, amount, message, deployOpts);
const executeTx = await protocolContracts.custody
.connect(tss)
.withdrawAndCall(receiver, erc20, amount, message, deployOpts);
Expand Down

0 comments on commit 2e41406

Please sign in to comment.