Skip to content

Commit

Permalink
adjust spaces
Browse files Browse the repository at this point in the history
adjust spaces
  • Loading branch information
denarch22 committed Jan 14, 2025
1 parent d2b9114 commit 7d49300
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def upload_collection(self):
Upload the collection and items to the STAC server.
"""
try:

logger.info(
f"Uploading collection: {self.stac_collection.to_dict()}"
)
Expand All @@ -203,7 +202,6 @@ def upload_collection(self):
)

except Exception as e:

logger.error(f"Error uploading collection: {e}")

for url in self.uploaded_urls:
Expand Down

0 comments on commit 7d49300

Please sign in to comment.