From 8478be0f754acebb9c8dab07b566dbfdfe226ac0 Mon Sep 17 00:00:00 2001 From: Juanma Hidalgo Date: Thu, 30 Nov 2023 16:09:37 +0100 Subject: [PATCH] chore: remove console.log --- .../components/AssetPage/BestBuyingOption/BestBuyingOption.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/src/components/AssetPage/BestBuyingOption/BestBuyingOption.tsx b/webapp/src/components/AssetPage/BestBuyingOption/BestBuyingOption.tsx index 00b4b196d7..d868e9ba70 100644 --- a/webapp/src/components/AssetPage/BestBuyingOption/BestBuyingOption.tsx +++ b/webapp/src/components/AssetPage/BestBuyingOption/BestBuyingOption.tsx @@ -112,7 +112,6 @@ const BestBuyingOption = ({ asset, tableRef }: Props) => { buyWithCardClassName: styles.buyWithCardClassName } - console.log('isLoading: ', isLoading) return isLoading ? null : (