remove console.log from HomeScreen.tsx

This commit is contained in:
Dawid Wysokiński 2021-04-05 08:03:21 +02:00
parent 02ad093133
commit e91100f53e
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ const HomeScreen = () => {
.filter(profession => profession.qualifications.length > 0);
}, [search, professions]);
console.log(networkStatus);
return (
<Container>
<Header onSearch={setSearch} />