Chore: rm obsolete log

This commit is contained in:
Pieter Vander Vennet 2025-08-26 03:11:39 +02:00
parent 9da10a9b32
commit 442f5a2923

View file

@ -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" },
})