From 0275f3dc96ad68362a258a1930327ad6b74e6c66 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 4 Jun 2024 12:06:57 +0200 Subject: [PATCH] removed logging --- src/Components/Map/Subcomponents/Controls/SearchControl.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Components/Map/Subcomponents/Controls/SearchControl.tsx b/src/Components/Map/Subcomponents/Controls/SearchControl.tsx index b6ed1c3a..0915fdab 100644 --- a/src/Components/Map/Subcomponents/Controls/SearchControl.tsx +++ b/src/Components/Map/Subcomponents/Controls/SearchControl.tsx @@ -78,12 +78,6 @@ export const SearchControl = () => { }, 200); } - useEffect(() => { - console.log(value); - - }, [value]) - - const searchInput = useRef(null); return (<>