remove console log

This commit is contained in:
Adrian Brzeziński 2024-03-13 19:07:11 +01:00
parent 12e2f4f79b
commit c95841863e
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ export const unstakeAndSwap = async (
),
Math.ceil(toNativeI80F48(0.0001, stakeBank.mintDecimals).toNumber()),
)
console.log(toRepay, '@@@@@@@')
console.log('borrowedSol amount: ', borrowed.toNumber())
console.log('borrow needed to repay for withdraw', toRepay)