Removed console.sol file

This commit is contained in:
Thrilok kumar 2021-04-16 22:17:27 +05:30 committed by GitHub
parent eb2dc48fac
commit 7ce0843aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,6 @@ import { TokenInterface } from "../../common/interfaces.sol";
import { Helpers } from "./helpers.sol";
import { AaveInterface, ATokenInterface, IndexInterface } from "./interfaces.sol";
import { Events } from "./events.sol";
import "hardhat/console.sol";
contract LiquidityResolver is Helpers, Events {
using SafeERC20 for IERC20;