From e04e7ddf6a4ae861716a387313ee24f7f3eb3021 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Mon, 14 Feb 2022 03:16:30 +0100 Subject: [PATCH] Remove obsolete print statement --- Logic/Actors/AvailableBaseLayersImplementation.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Logic/Actors/AvailableBaseLayersImplementation.ts b/Logic/Actors/AvailableBaseLayersImplementation.ts index fd96d6a11..2ac7aa8d4 100644 --- a/Logic/Actors/AvailableBaseLayersImplementation.ts +++ b/Logic/Actors/AvailableBaseLayersImplementation.ts @@ -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 }