Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Oct 24, 2023
1 parent dbf6e8f commit b34b85c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/components/map/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,6 @@ export default {
layersToAdd.forEach((addedLayer) => {
const layer = newLayers.find((l) => l.get('name') === addedLayer.get('name'));
if (!layer) { return; }
console.log(`adding ${layer.get('name')}`);
layerCollection.push(layer);
});
Expand Down

0 comments on commit b34b85c

Please sign in to comment.