1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

removed console.log

This commit is contained in:
Fedor Katurov 2022-01-04 15:52:02 +07:00
parent b82ccfb786
commit 31fc033d4f

View file

@ -56,8 +56,6 @@ export const useSearch = () => {
// eslint-disable-next-line react-hooks/exhaustive-deps // eslint-disable-next-line react-hooks/exhaustive-deps
}, [searchText]); }, [searchText]);
console.log({ hasMore, data });
return { return {
results, results,
searchText, searchText,