Explorar o código

Delete unneeded console log

Kirk Trombley %!s(int64=3) %!d(string=hai) anos
pai
achega
ec8e404d2e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      web/listeners.js

+ 0 - 1
web/listeners.js

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