Skip to content

Commit

Permalink
KPMP-5233: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy committed Mar 25, 2024
1 parent 3038bb1 commit f9c3a99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Plots/FeaturePlot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f9c3a99

Please sign in to comment.