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 f076e5f commit ec2508b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/localnet/src/handleOnRevertEVM.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const handleOnRevertEVM = async ({
(tss as NonceManager).reset();
let tx;
if (isGas) {
console.log(protocolContracts.gatewayEVM.connect(tss).functions);
tx = await protocolContracts.gatewayEVM
.connect(tss)
.executeRevert(revertAddress, "0x", revertContext, {
Expand Down

0 comments on commit ec2508b

Please sign in to comment.