forked from MapComplete/MapComplete
Remove obsolete print statement
This commit is contained in:
parent
c98194cefb
commit
e04e7ddf6a
1 changed files with 0 additions and 4 deletions
|
@ -269,10 +269,6 @@ export default class AvailableBaseLayersImplementation implements AvailableBaseL
|
|||
const layer = layerOverviewItem;
|
||||
const bbox = BBox.get(layer.feature)
|
||||
|
||||
if(layer.name === "AIV Flanders GRB"){
|
||||
console.log("Y U NO LOAD?")
|
||||
}
|
||||
|
||||
if(!bbox.contains(lonlat)){
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue