Skip to content

Commit

Permalink
drop print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Sep 27, 2024
1 parent 7495544 commit 97adfdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stac_fastapi/pgstac/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ async def all_collections( # noqa: C901
# Do the request
try:
search_request = self.collections_get_request_model(**clean)
print(search_request)
except ValidationError as e:
raise HTTPException(
status_code=400, detail=f"Invalid parameters provided {e}"
Expand Down

0 comments on commit 97adfdc

Please sign in to comment.