remove console logs

This commit is contained in:
saml33 2023-04-28 22:13:11 +10:00
parent b6dfb42532
commit 3e013044ea
1 changed files with 0 additions and 2 deletions

View File

@ -64,12 +64,10 @@ function getInstantaneousFundingRateL2(
orderbook.bids, orderbook.bids,
market.baseLotsToUi(market.impactQuantity) market.baseLotsToUi(market.impactQuantity)
) )
console.log(bid)
const ask = getImpactPriceL2( const ask = getImpactPriceL2(
orderbook.asks, orderbook.asks,
market.baseLotsToUi(market.impactQuantity) market.baseLotsToUi(market.impactQuantity)
) )
console.log(ask)
const indexPrice = market._uiPrice const indexPrice = market._uiPrice
let funding let funding