Skip to content

Commit

Permalink
Cleaned up a couple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sdl60660 committed May 14, 2021
1 parent 9bec931 commit 459cca6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Map.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
// Get downstream flowline path from origin point
let flowlinesData = await getDownStreamFlowlines(closestFeature);
flowlinesData.features = await addVAAData(flowlinesData.features);
console.log(flowlinesData.features.length)
// Find the parent features of flowlines along the path
totalLength = flowlinesData.features[0].properties.pathlength > 0 ? flowlinesData.features[0].properties.pathlength : undefined;
Expand Down

1 comment on commit 459cca6

@vercel
Copy link

@vercel vercel bot commented on 459cca6 May 14, 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.