Chore: rm obsolete log

This commit is contained in:
Pieter Vander Vennet 2025-03-15 01:34:08 +01:00
parent ac19702189
commit fb4fbe2be3

View file

@ -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())