From 898acd0a5dcf7af0d0304226bb23137f2ccf50d3 Mon Sep 17 00:00:00 2001 From: dm1sh Date: Sat, 12 Aug 2023 23:48:58 +0300 Subject: [PATCH] Removed debug console.log --- front/src/hooks/useFetch.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/front/src/hooks/useFetch.ts b/front/src/hooks/useFetch.ts index bcac6c5..01cfb20 100644 --- a/front/src/hooks/useFetch.ts +++ b/front/src/hooks/useFetch.ts @@ -70,7 +70,6 @@ function useFetch>( data => { if (data !== undefined && data !== null) { setData(data) - console.log('Got data', data) } if (data !== undefined) {