From 6fd7f233641323e3b069503c7f239ceb0e600f2f Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Thu, 16 Aug 2018 10:13:13 -0400 Subject: [PATCH] dead code cleanup --- client/src/components/continuous/histogramBrush.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/components/continuous/histogramBrush.js b/client/src/components/continuous/histogramBrush.js index 85ee5ed7..edcbf7de 100644 --- a/client/src/components/continuous/histogramBrush.js +++ b/client/src/components/continuous/histogramBrush.js @@ -185,9 +185,7 @@ class HistogramBrush extends React.Component { ? globals.brightBlue : "black", // backgroundColor: this.props.colorAccessor === this.props.metadataField ? globals.brightBlue : "inherit", - // display: "inline-block", position: "relative", - // left: this.width + 15, top: -29, cursor: "pointer" }}