From 0dd4bb6815dfd195662f2f0aac46ccfad1111898 Mon Sep 17 00:00:00 2001 From: Javi Velasco Date: Wed, 11 Nov 2015 01:31:37 +0100 Subject: [PATCH] Restore root and remove missing console log --- components/slider/index.jsx | 1 - spec/root.jsx | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) 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 = () => ( /> + +