From e94fcfaef56068c3ac38c25e12908307f997792c Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Thu, 1 Mar 2018 10:24:19 -0800 Subject: [PATCH] kill scatter --- src/components/scatterplot/scatterplot.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/scatterplot/scatterplot.js b/src/components/scatterplot/scatterplot.js index ce9fdb73..980643f5 100644 --- a/src/components/scatterplot/scatterplot.js +++ b/src/components/scatterplot/scatterplot.js @@ -62,8 +62,6 @@ class Scatterplot extends React.Component { this.maybeSetupScalesAndDrawAxes(nextProps); } componentDidUpdate(prevProps) { - console.log('scatter sees color as', this.props.colorAccessor) - console.log('scatter sees scatter acess as', this.props.scatterplotXXaccessor, this.props.scatterplotYYaccessor) if ( (this.props.scatterplotXXaccessor && this.props.scatterplotYYaccessor) && this.props.scatterplotXXaccessor !== prevProps.scatterplotXXaccessor || // was CLU now FTH1 etc