Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
theianjones committed Sep 10, 2019
1 parent 9e0fba5 commit fade39b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fade39b

Please sign in to comment.