forked from MapComplete/MapComplete
Remove log
This commit is contained in:
parent
70242a750e
commit
1c946e19dc
1 changed files with 0 additions and 1 deletions
|
@ -274,7 +274,6 @@ new Server(2345, { ignorePathPrefix: ["summary"] }, [
|
|||
let properties: Record<string, number> = {}
|
||||
const availableLayers = await tcs.getLayers()
|
||||
for (const layer of layers.split("+")) {
|
||||
console.log("Getting layer", layer)
|
||||
if (!availableLayers.has(layer)) {
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue