mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
removed console import
This commit is contained in:
parent
9e55ea12b6
commit
2cf84f19ce
|
@ -13,8 +13,6 @@ import {ReserveConfiguration} from '../configuration/ReserveConfiguration.sol';
|
|||
import {UserConfiguration} from '../configuration/UserConfiguration.sol';
|
||||
import {Errors} from '../helpers/Errors.sol';
|
||||
import {Helpers} from '../helpers/Helpers.sol';
|
||||
import "@nomiclabs/buidler/console.sol";
|
||||
|
||||
|
||||
/**
|
||||
* @title ReserveLogic library
|
||||
|
@ -422,8 +420,6 @@ library ValidationLogic {
|
|||
oracle
|
||||
);
|
||||
|
||||
console.log("Health factor after transfer %s", healthFactor);
|
||||
|
||||
require(
|
||||
healthFactor >= GenericLogic.HEALTH_FACTOR_LIQUIDATION_THRESHOLD,
|
||||
Errors.TRANSFER_NOT_ALLOWED
|
||||
|
|
Loading…
Reference in New Issue
Block a user