Skip to content

Commit

Permalink
Remove console.log [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Dec 9, 2024
1 parent ff03169 commit 0079a16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/MapView/LayerControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class LayerControl implements IControl {
});
select.onchange = () => {
const layerId = select.value;
console.log(select.value);
const layer = map.getLayer(layerId);
if (layer) {
rasterLayers.forEach((l) => {
Expand Down

0 comments on commit 0079a16

Please sign in to comment.