diff --git a/src/UI/Map/MapLibreAdaptor.ts b/src/UI/Map/MapLibreAdaptor.ts index 9973beaaf6..643d1ea324 100644 --- a/src/UI/Map/MapLibreAdaptor.ts +++ b/src/UI/Map/MapLibreAdaptor.ts @@ -611,7 +611,6 @@ export class MapLibreAdaptor implements MapProperties, ExportableMap { if (!map) { return } - console.log("Bounds are", bbox?.asGeometry()) if (bbox) { if (GeoOperations.surfaceAreaInSqMeters(bbox.asGeojsonCached()) > 1) { map?.setMaxBounds(bbox.toLngLat())