Skip to content

Commit

Permalink
removed an unwanted console log
Browse files Browse the repository at this point in the history
  • Loading branch information
premell committed Sep 29, 2021
1 parent eea8f90 commit 179f723
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/pokemon/[pokemonName]/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export const getStaticPaths = async () => {
const defaultPokemonRefs = await fetchData(
BASE_URL + "pokemon?offset=0&limit=950"
);
console.log(defaultPokemonRefs);

//The totem pokemon have no images available on the api
//If it was a bigger problem I would do it programmatically intead of manually
const filteredPokemonRefs = defaultPokemonRefs.results.filter(
Expand Down

1 comment on commit 179f723

@vercel
Copy link

@vercel vercel bot commented on 179f723 Sep 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.