mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Removed console.log
This commit is contained in:
parent
bfe0657b1a
commit
6df8a7a6e0
|
@ -563,9 +563,6 @@ export const calcExpectedUserDataAfterBorrow = (
|
||||||
reserveDataBeforeAction.stableBorrowRate
|
reserveDataBeforeAction.stableBorrowRate
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log("Principal stable debt: ",expectedUserData.principalStableDebt.toFixed() );
|
|
||||||
console.log("stable borrow rate: ",expectedUserData.stableBorrowRate.toFixed() );
|
|
||||||
|
|
||||||
expectedUserData.currentStableDebt = calcExpectedStableDebtTokenBalance(
|
expectedUserData.currentStableDebt = calcExpectedStableDebtTokenBalance(
|
||||||
expectedUserData.principalStableDebt,
|
expectedUserData.principalStableDebt,
|
||||||
expectedUserData.stableBorrowRate,
|
expectedUserData.stableBorrowRate,
|
||||||
|
@ -573,8 +570,6 @@ export const calcExpectedUserDataAfterBorrow = (
|
||||||
currentTimestamp
|
currentTimestamp
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log("expected stable debt: ", expectedUserData.currentStableDebt);
|
|
||||||
|
|
||||||
expectedUserData.scaledVariableDebt = userDataBeforeAction.scaledVariableDebt;
|
expectedUserData.scaledVariableDebt = userDataBeforeAction.scaledVariableDebt;
|
||||||
|
|
||||||
expectedUserData.currentVariableDebt = calcExpectedVariableDebtTokenBalance(
|
expectedUserData.currentVariableDebt = calcExpectedVariableDebtTokenBalance(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user