Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Sep 11, 2023
1 parent 90eb7bb commit d629dd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion contracts/samples/SimpleAccountFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import "@openzeppelin/contracts/utils/Create2.sol";
import "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol";

import "./SimpleAccount.sol";
import "hardhat/console.sol";

/**
* A sample factory contract for SimpleAccount
Expand Down
1 change: 0 additions & 1 deletion contracts/samples/gnosis/GnosisAccountFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity ^0.8.12;
import "@openzeppelin/contracts/utils/Create2.sol";
import "@gnosis.pm/safe-contracts/contracts/proxies/GnosisSafeProxyFactory.sol";
import "./EIP4337Manager.sol";
import "hardhat/console.sol";

/**
* A wrapper factory contract to deploy GnosisSafe as an ERC-4337 account contract.
Expand Down

0 comments on commit d629dd8

Please sign in to comment.