From 3e013044ea3b14c7f311160752deec776c771ff3 Mon Sep 17 00:00:00 2001 From: saml33 Date: Fri, 28 Apr 2023 22:13:11 +1000 Subject: [PATCH] remove console logs --- components/trade/PerpFundingRate.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/trade/PerpFundingRate.tsx b/components/trade/PerpFundingRate.tsx index 6d5ba36d..48551a84 100644 --- a/components/trade/PerpFundingRate.tsx +++ b/components/trade/PerpFundingRate.tsx @@ -64,12 +64,10 @@ function getInstantaneousFundingRateL2( orderbook.bids, market.baseLotsToUi(market.impactQuantity) ) - console.log(bid) const ask = getImpactPriceL2( orderbook.asks, market.baseLotsToUi(market.impactQuantity) ) - console.log(ask) const indexPrice = market._uiPrice let funding