Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed May 13, 2024
1 parent 533548c commit c9eb7ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/static/map/Osmose.Marker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit c9eb7ae

Please sign in to comment.