From f70dd4ec22f0081e37d8ce2c529646eb34e1f41c Mon Sep 17 00:00:00 2001 From: Polybius93 Date: Mon, 6 Jan 2025 16:22:01 +0100 Subject: [PATCH] feat: remove unnecessary logs, fix yarn lock --- src/app/components/swap/swap.tsx | 6 - yarn.lock | 197 ++++++++++++++++--------------- 2 files changed, 101 insertions(+), 102 deletions(-) diff --git a/src/app/components/swap/swap.tsx b/src/app/components/swap/swap.tsx index 5aca305..90ae655 100644 --- a/src/app/components/swap/swap.tsx +++ b/src/app/components/swap/swap.tsx @@ -39,12 +39,6 @@ export function Swap(): React.JSX.Element { const { bitcoinPrice } = useBitcoinPrice(); - useEffect(() => { - console.log('isProcessing', isProcessing); - console.log('isCompleted', isCompleted); - console.log('quoteError', quoteError); - }, [isProcessing, isCompleted, quoteError]); - return (