Skip to content

Commit

Permalink
remove log.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgarropy committed Mar 20, 2020
1 parent deb11fb commit fbedb77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useEpisodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const useEpisodes = ({limit = 0} = {}) => {
const data = useStaticQuery(query)

let episodes = data.allYoutubeVideo.nodes
console.log(episodes)

if (limit) {
episodes = episodes.slice(0, limit + 1)
Expand Down

0 comments on commit fbedb77

Please sign in to comment.