Skip to content

Commit 7963b8c

Browse files
committed
remove debug print
1 parent 56e97a8 commit 7963b8c

File tree

1 file changed

+0
-1
lines changed
  • stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/database

1 file changed

+0
-1
lines changed

stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/database/query.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def populate_sort_shared(sortby: List) -> Optional[Dict[str, Dict[str, str]]]:
8282
directly used in search requests.
8383
Always includes 'id' as secondary sort to ensure unique pagination tokens.
8484
"""
85-
print("sortbx: ", sortby)
8685
if sortby:
8786
sort_config = {s.field: {"order": s.direction} for s in sortby}
8887
sort_config.setdefault("id", {"order": "asc"})

0 commit comments

Comments
 (0)