diff --git a/components/slider/index.jsx b/components/slider/index.jsx index 258541b9..1fbe6d69 100644 --- a/components/slider/index.jsx +++ b/components/slider/index.jsx @@ -229,7 +229,6 @@ class Slider extends React.Component { if (this.props.editable) className += ` ${style.editable}`; if (this.props.pinned) className += ` ${style.pinned}`; if (this.state.pressed) className += ` ${style.pressed}`; - console.log(this.props.value, this.props.min); if (this.props.value === this.props.min) className += ` ${style.ring}`; return ( diff --git a/spec/root.jsx b/spec/root.jsx index 1cf2ee7f..cdddf762 100644 --- a/spec/root.jsx +++ b/spec/root.jsx @@ -45,6 +45,27 @@ const Root = () => ( /> + +