Browse Source

Delete unneeded console log

Kirk Trombley 3 năm trước cách đây
mục cha
commit
ec8e404d2e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);