Skip to content

Commit

Permalink
remove the extra print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Aug 12, 2020
1 parent 0fbd7a6 commit bd38220
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygeoogc/pygeoogc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bd38220

Please sign in to comment.