Skip to content

Commit

Permalink
😕
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Mar 5, 2016
1 parent 4fba76e commit b45c8f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/ripple/Ripple.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ const Ripple = (options = {}) => {
}

handleMouseDown = (event) => {
console.log('ripple');
if (!this.props.disabled) this.start(event);
if (this.props.onMouseDown) this.props.onMouseDown(event);
};
Expand Down

0 comments on commit b45c8f7

Please sign in to comment.