diff --git a/pygeoogc/pygeoogc.py b/pygeoogc/pygeoogc.py index 27bbd71..7553118 100644 --- a/pygeoogc/pygeoogc.py +++ b/pygeoogc/pygeoogc.py @@ -490,7 +490,6 @@ def getmap_bybox( utils.check_bbox(bbox) _bbox = MatchCRS.bounds(bbox, box_crs, self.crs) bounds = utils.bbox_decompose(_bbox, resolution, self.crs, max_px) - print(bounds) payload = { "version": self.version,