From f9c3a99435836f85a6440c887a46def07ec4a8b1 Mon Sep 17 00:00:00 2001 From: Becky Reamy Date: Mon, 25 Mar 2024 14:07:45 -0400 Subject: [PATCH] KPMP-5233: remove console.log --- src/components/Plots/FeaturePlot.js | 1 - 1 file changed, 1 deletion(-) 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) {