diff --git a/src/components/Plots/FeaturePlot.js b/src/components/Plots/FeaturePlot.js index 3e8419b0..e2434888 100644 --- a/src/components/Plots/FeaturePlot.js +++ b/src/components/Plots/FeaturePlot.js @@ -42,7 +42,6 @@ class FeaturePlot extends Component { this.setState({ plotHeight, plotWidth }) } getPlotSize() { - console.log(window.innerWidth) if (window.innerWidth > 1200) { return { plotHeight: 600, plotWidth: 600 }; } else if (window.innerWidth > 1197 && window.innerWidth <= 1200) {