From fb4fbe2be30968d52add8fac0599d49f57554a33 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 15 Mar 2025 01:34:08 +0100 Subject: [PATCH] Chore: rm obsolete log --- src/UI/Map/MapLibreAdaptor.ts | 1 - 1 file changed, 1 deletion(-) 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())