Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 8, 2024
1 parent cc8ddba commit a49255f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/localnet/src/handleOnEVMDepositedAndCalled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const handleOnEVMDepositedAndCalled = async ({
context
)}), zrc20: ${zrc20}, amount: ${amount}, message: ${message})`
);
console.log("!!!", context, zrc20, amount, receiver, message, deployOpts);
const tx = await protocolContracts.gatewayZEVM
.connect(fungibleModuleSigner)
.depositAndCall(context, zrc20, amount, receiver, message, deployOpts);
Expand Down

0 comments on commit a49255f

Please sign in to comment.