removed logging

This commit is contained in:
Anton Tranelis 2024-06-04 12:06:57 +02:00
parent 77e0082831
commit 0275f3dc96

View File

@ -78,12 +78,6 @@ export const SearchControl = () => {
}, 200);
}
useEffect(() => {
console.log(value);
}, [value])
const searchInput = useRef<HTMLInputElement>(null);
return (<>