@@ -14,7 +14,6 @@ const { rerenderSearch, onSearch, onRandomName } = (() => {
};
const onSearch = (state, newSearch) => {
- console.log(newSearch);
results = pokemonLookup
.search(newSearch, { limit: 10 })
.map(({ item }) => item);