Skip to content

Commit

Permalink
Remove hardhat console
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Soghoian committed Feb 14, 2023
1 parent e5ee114 commit fe264c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/controllers/WithdrawController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import "../libraries/PoolLib.sol";
import {EnumerableSet} from "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
import {SafeMath} from "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "../upgrades/BeaconImplementation.sol";
import "hardhat/console.sol";

/**
* @title A Pool's withdraw controller.
Expand Down

0 comments on commit fe264c7

Please sign in to comment.