Skip to content

Commit

Permalink
remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdcastro committed Sep 24, 2019
1 parent b3b07bb commit 2ba4734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Blog posts edits (typos, code snippets, content embeds, etc.) will be included i
- Title meta tag to include job description
- Fixed typo in footer

### Removed

- All console.log() from main build files

## [2.0.0] - 2019-09-22

### Added
Expand Down
1 change: 0 additions & 1 deletion src/components/layout/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const Footer = ({ path }) => {
alt: 'netlify logo',
},
];
console.log(path);

return (
<FooterWrapper>
Expand Down

0 comments on commit 2ba4734

Please sign in to comment.