Skip to content

Commit

Permalink
Removing some console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sdl60660 committed Dec 31, 2021
1 parent 8cde3d7 commit 3664287
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/utils/geoUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ const correctInterruptingLakes = (namedFlowlines) => {
let lastFeatureId = null;
let lastFeatureName = null;
let currentFeature = null;

// console.log('here1', namedFlowlines.map(d => d.properties.feature_id));

namedFlowlines.forEach((flowline, i) => {
const lastFlowline = namedFlowlines[i-1];
Expand All @@ -134,8 +132,6 @@ const correctInterruptingLakes = (namedFlowlines) => {
}
});

// console.log('here2', namedFlowlines.map(d => d.properties.feature_id));

return namedFlowlines;
}

Expand Down

1 comment on commit 3664287

@vercel
Copy link

@vercel vercel bot commented on 3664287 Dec 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.