From 020f896df5b9f5870ef9fcafae474229f91c1520 Mon Sep 17 00:00:00 2001 From: Filipp Makarov Date: Mon, 15 Jan 2024 12:21:22 +0300 Subject: [PATCH] clean --- contracts/smart-account/modules/AccountRecoveryModule.sol | 3 --- 1 file changed, 3 deletions(-) diff --git a/contracts/smart-account/modules/AccountRecoveryModule.sol b/contracts/smart-account/modules/AccountRecoveryModule.sol index fccdd295..696c75a7 100644 --- a/contracts/smart-account/modules/AccountRecoveryModule.sol +++ b/contracts/smart-account/modules/AccountRecoveryModule.sol @@ -8,8 +8,6 @@ import {IAccountRecoveryModule} from "../interfaces/modules/IAccountRecoveryModu import {ISmartAccount} from "../interfaces/ISmartAccount.sol"; import {Enum} from "../common/Enum.sol"; -import "hardhat/console.sol"; - /** * @title Account Recovery module for Biconomy Smart Accounts. * @dev Compatible with Biconomy Modular Interface v 0.1 @@ -156,7 +154,6 @@ contract AccountRecoveryModule is address dest; uint256 callValue; bytes calldata innerCallData; - console.log(callData.length); if (callData.length < 0x64) // 0x64 = 0x4 selector + 0x20 dest + 0x20 value + 0x20 innerCallData.offset revert("Account Recovery VUO04"); // Validate User Op 02 = wrong callData length