Skip to content

Commit

Permalink
fix: remove hardhat console
Browse files Browse the repository at this point in the history
  • Loading branch information
leric7 committed Feb 24, 2025
1 parent 49a632b commit 707cab1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/contracts/governance/MetaHumanGovernor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import '@openzeppelin/contracts/governance/extensions/GovernorVotes.sol';
import '@openzeppelin/contracts/governance/extensions/GovernorVotesQuorumFraction.sol';
import '@openzeppelin/contracts/governance/extensions/GovernorTimelockControl.sol';
import '@openzeppelin/contracts/utils/Address.sol';
import 'hardhat/console.sol';
import './CrossChainGovernorCountingSimple.sol';
import './DAOSpokeContract.sol';
import './wormhole/IWormholeRelayer.sol';
Expand Down

0 comments on commit 707cab1

Please sign in to comment.