Skip to content

Commit

Permalink
Removed 2nd console.log statement
Browse files Browse the repository at this point in the history
Missed the 2nd reference to unnecessary logging
  • Loading branch information
MintyMods committed Feb 24, 2020
1 parent ee9b13b commit a28bd62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ripple/Ripple.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default function Ripple(node, props = {ripple: false, unbounded: false, c
classList.splice(idx, 1);
if (props.classForward) {
props.classForward(classList);
console.log('removeClass', className, classList);
}
}
}
Expand Down

0 comments on commit a28bd62

Please sign in to comment.