Skip to content

Commit d05e2cd

Browse files
committed
Removed debugging code
1 parent 255d262 commit d05e2cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

api/v2beta1/wms_conversion.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,6 @@ func (v2Layer WMSLayer) MapToV3(v2Service WMSService) pdoknlv3.Layer {
361361
})
362362
}
363363

364-
if len(layer.BoundingBoxes) == 0 && v2Service.DataEPSG != "EPSG:28992" {
365-
print("Broken!")
366-
}
367-
368364
if v2Layer.MinScale != nil {
369365
layer.MinScaleDenominator = Pointer(strconv.FormatFloat(*v2Layer.MinScale, 'f', -1, 64))
370366
}

0 commit comments

Comments
 (0)