remove console log

This commit is contained in:
Adrian Brzeziński 2023-01-02 21:42:52 +01:00
parent d29c641058
commit c23628ef41
1 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,5 @@ export default function useMarkPrice() {
} }
}, [orderbook, trades, markPrice]) }, [orderbook, trades, markPrice])
console.log('markPrice', markPrice)
return markPrice return markPrice
} }