diff --git a/src/Logic/OfflineBasemapManager.ts b/src/Logic/OfflineBasemapManager.ts index 84e6a7cf9..d2e59eb82 100644 --- a/src/Logic/OfflineBasemapManager.ts +++ b/src/Logic/OfflineBasemapManager.ts @@ -398,7 +398,6 @@ export class OfflineBasemapManager { console.log("Not found in the archives:", { z, x, y }) return undefined } - console.log("Served tile", { z, x, y }, "from installed archive") return new Response(tileData.data, { headers: { "Content-Type": "application/x.protobuf" }, })