mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
removed logging
This commit is contained in:
parent
77e0082831
commit
0275f3dc96
@ -78,12 +78,6 @@ export const SearchControl = () => {
|
||||
}, 200);
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
console.log(value);
|
||||
|
||||
}, [value])
|
||||
|
||||
|
||||
const searchInput = useRef<HTMLInputElement>(null);
|
||||
|
||||
return (<>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user