From 013c5fb0781e8fb713c6ca326252227c5fd45eb7 Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Thu, 5 Jul 2018 16:38:50 -0400 Subject: [PATCH] remove log --- src/components/continuous/histogramBrush.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/continuous/histogramBrush.js b/src/components/continuous/histogramBrush.js index 17ab9cec..a0d74f6c 100644 --- a/src/components/continuous/histogramBrush.js +++ b/src/components/continuous/histogramBrush.js @@ -11,7 +11,6 @@ import FaPaintBrush from "react-icons/lib/fa/paint-brush"; import * as globals from "../../globals"; @connect(state => { - console.log("state in histo brush", state) const ranges = state.cells.cells && state.cells.cells.data.ranges ? state.cells.cells.data.ranges @@ -172,7 +171,9 @@ class HistogramBrush extends React.Component { this.props.dispatch({ type: "color by continuous metadata", colorAccessor: this.props.metadataField, - rangeMaxForColorAccessor: this.props.initializeRanges[this.props.metadataField].range.max + rangeMaxForColorAccessor: this.props.initializeRanges[ + this.props.metadataField + ].range.max }); } render() {