Remove obsolete print statement

This commit is contained in:
pietervdvn 2022-02-14 03:16:30 +01:00
parent c98194cefb
commit e04e7ddf6a

View file

@ -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
}