Skip to content

Commit db0e448

Browse files
committed
clean up
1 parent 77dfa21 commit db0e448

File tree

1 file changed

+1
-2
lines changed
  • stac_fastapi/core/stac_fastapi/core

1 file changed

+1
-2
lines changed

stac_fastapi/core/stac_fastapi/core/core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,7 @@ async def get_search(
395395
HTTPException: If any error occurs while searching the catalog.
396396
"""
397397
limit = int(request.query_params.get("limit", os.getenv("STAC_ITEM_LIMIT", 10)))
398-
# # Support pagination when called from item_collection by reading token from the query string
399-
# token_val = token or request.query_params.get("token")
398+
400399
base_args = {
401400
"collections": collections,
402401
"ids": ids,

0 commit comments

Comments
 (0)