Skip to content

Commit

Permalink
Remove unneeded print() calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Jan 30, 2024
1 parent 6b4bbcc commit 3784cdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pygeoapi/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -964,8 +964,6 @@ def _inplace_transform_filter_geometries(
crs = get_crs_from_uri(crs_urn_provided_in_ewkt)
else:
crs = filter_crs
print(f"{crs=}")
print(f"{storage_crs=}")
if crs != storage_crs:
# convert geometry coordinates to storage crs
geom = geojson_to_geom(sub_node.geometry)
Expand Down

0 comments on commit 3784cdc

Please sign in to comment.