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 (<>