From c23628ef415fd7b5a65e6e297a16c76758bdb654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Brzezin=CC=81ski?= Date: Mon, 2 Jan 2023 21:42:52 +0100 Subject: [PATCH] remove console log --- hooks/useMarkPrice.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/hooks/useMarkPrice.tsx b/hooks/useMarkPrice.tsx index 1029718c..48876680 100644 --- a/hooks/useMarkPrice.tsx +++ b/hooks/useMarkPrice.tsx @@ -31,7 +31,5 @@ export default function useMarkPrice() { } }, [orderbook, trades, markPrice]) - console.log('markPrice', markPrice) - return markPrice }