Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Remove a debuggative print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
esheehan-gsl committed Nov 13, 2023
1 parent d6e43e9 commit 56dd449
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unified_graphics/static/js/component/ChartMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ export default class ChartMap extends ChartElement {
const fill = this.scale;
const radius = 2;

console.log(observations);
observations.forEach((feature) => {
const value = get(feature, fillProp);
const [x, y] = this.#projection([feature.longitude, feature.latitude]);
Expand Down

0 comments on commit 56dd449

Please sign in to comment.