Skip to content

Commit b2cf5f1

Browse files
committed
clean up
1 parent 48ec7be commit b2cf5f1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

stac_fastapi/core/stac_fastapi/core/utilities.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,7 @@ def filter_fields( # noqa: C901
9292
This will not perform a deep copy; values of the original item will be referenced
9393
in the return item.
9494
"""
95-
print("filter_fields called with:")
96-
print(" item:", item.keys() if hasattr(item, "keys") else item)
97-
print(" include:", include)
98-
print(" exclude:", exclude)
99-
10095
if not include and not exclude:
101-
print(" No include or exclude, returning original item")
10296
return item
10397

10498
# Build a shallow copy of included fields on an item, or a sub-tree of an item

0 commit comments

Comments
 (0)