removed logging

This commit is contained in:
Anton Tranelis 2024-06-04 12:07:49 +02:00
parent 0275f3dc96
commit 5200a73472

View File

@ -70,8 +70,6 @@ function UtopiaMap({
const onEachFeature = (feature: Feature<GeoJSONGeometry, any>, layer: L.Layer) => {
if (feature.properties) {
layer.bindPopup(feature.properties.name);
console.log(feature);
}
}