forked from MapComplete/MapComplete
Chore: rm obsolete log
This commit is contained in:
parent
9da10a9b32
commit
442f5a2923
1 changed files with 0 additions and 1 deletions
|
@ -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" },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue