Skip to content

Commit

Permalink
Remove left-over console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Jung committed Jan 27, 2018
1 parent 53aa95f commit c10e265
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/using-contentful/src/templates/category.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ const propTypes = {
class CategoryTemplate extends React.Component {
render() {
const category = this.props.data.contentfulCategory
console.log(`---`)
console.log(`HERE!`)
console.log(category)
const { title: { title }, product, icon } = category
const iconImg = icon.resolutions
return (
Expand Down

0 comments on commit c10e265

Please sign in to comment.