Skip to content

Commit

Permalink
Merge pull request #12 from AlexanderCollins/patch-1
Browse files Browse the repository at this point in the history
Removing console log from componentDidUpdate
  • Loading branch information
Lauren Chen authored Jun 2, 2017
2 parents 2c707d4 + 18a6f61 commit 0a93994
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/OwlCarousel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ class OwlCarousel extends Component {
}

componentDidUpdate() {
console.log(this.options);
this.owlCarousel = $(this.inst);
this.owlCarousel.owlCarousel(this.options);
}
Expand Down Expand Up @@ -235,4 +234,4 @@ OwlCarousel.defaultProps = {
className: '',
}

export default OwlCarousel;
export default OwlCarousel;

0 comments on commit 0a93994

Please sign in to comment.