diff --git a/packages/gatsby-theme-egghead-blog/src/components/Social.js b/packages/gatsby-theme-egghead-blog/src/components/Social.js index e5c37cc..3ae3bb3 100644 --- a/packages/gatsby-theme-egghead-blog/src/components/Social.js +++ b/packages/gatsby-theme-egghead-blog/src/components/Social.js @@ -48,7 +48,6 @@ const getConfig = ({ githubUrl, twitterUrl }) => { case Boolean(githubUrl): return config.github case Boolean(twitterUrl): - console.log('here') return config.twitter default: return {