Skip to content

Commit b45c8f7

Browse files
committed
😕
1 parent 4fba76e commit b45c8f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/ripple/Ripple.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ const Ripple = (options = {}) => {
7777
}
7878

7979
handleMouseDown = (event) => {
80-
console.log('ripple');
8180
if (!this.props.disabled) this.start(event);
8281
if (this.props.onMouseDown) this.props.onMouseDown(event);
8382
};

0 commit comments

Comments
 (0)