From 6df8a7a6e0050de79aa4ca299cf196ced5f86ce4 Mon Sep 17 00:00:00 2001 From: The3D Date: Thu, 17 Sep 2020 16:38:15 +0200 Subject: [PATCH] Removed console.log --- test/helpers/utils/calculations.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/helpers/utils/calculations.ts b/test/helpers/utils/calculations.ts index d394a8ff..7343e593 100644 --- a/test/helpers/utils/calculations.ts +++ b/test/helpers/utils/calculations.ts @@ -563,9 +563,6 @@ export const calcExpectedUserDataAfterBorrow = ( reserveDataBeforeAction.stableBorrowRate ); - console.log("Principal stable debt: ",expectedUserData.principalStableDebt.toFixed() ); - console.log("stable borrow rate: ",expectedUserData.stableBorrowRate.toFixed() ); - expectedUserData.currentStableDebt = calcExpectedStableDebtTokenBalance( expectedUserData.principalStableDebt, expectedUserData.stableBorrowRate, @@ -573,8 +570,6 @@ export const calcExpectedUserDataAfterBorrow = ( currentTimestamp ); - console.log("expected stable debt: ", expectedUserData.currentStableDebt); - expectedUserData.scaledVariableDebt = userDataBeforeAction.scaledVariableDebt; expectedUserData.currentVariableDebt = calcExpectedVariableDebtTokenBalance(