Skip to content

Commit

Permalink
removed two console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bobular committed May 19, 2023
1 parent 34272f0 commit 64d999f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions packages/libs/eda/src/lib/map/analysis/MapAnalysis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,6 @@ function MapAnalysisImpl(props: Props & CompleteAppState) {
overlayConfig,
});
}
console.log('calling updateOverlayConfig()', {
filters,
vocabulary: overlayVariable?.vocabulary,
});
updateOverlayConfig();

// TO DO: return a cancel function?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export function useStandaloneMapMarkers(
),
}))
: [];
console.log({ donutData, overlayType, vocabulary });

// TO DO: address diverging colorscale (especially if there are use-cases)

// now reorder the data, adding zeroes if necessary.
Expand Down

0 comments on commit 64d999f

Please sign in to comment.