Skip to content

Commit

Permalink
Merge pull request #103 from MintyMods/master
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Feb 26, 2020
2 parents 1764c2a + a28bd62 commit c10ba13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/ripple/Ripple.js
Expand Up @@ -14,7 +14,6 @@ export default function Ripple(node, props = {ripple: false, unbounded: false, c
classList.push(className);
if (props.classForward) {
props.classForward(classList);
console.log('addClass', className, classList);
}
}
}
Expand All @@ -26,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 Expand Up @@ -109,4 +107,4 @@ export default function Ripple(node, props = {ripple: false, unbounded: false, c
}
}
}
}
}

0 comments on commit c10ba13

Please sign in to comment.