diff --git a/web/static/map/Osmose.Marker.ts b/web/static/map/Osmose.Marker.ts index a3ca764f..032e96a3 100644 --- a/web/static/map/Osmose.Marker.ts +++ b/web/static/map/Osmose.Marker.ts @@ -129,7 +129,6 @@ export default class OsmoseMarker { .then((xml) => osm2geojson(xml).features) ) ) - console.error(features.flat()) this._map.getSource('osm').setData({ type: 'FeatureCollection', features: features.flat(),