Skip to content
Snippets Groups Projects
Commit 27a95b0f authored by Mostafa Hadizadeh's avatar Mostafa Hadizadeh
Browse files

minor

parent d37421f3
No related branches found
Tags 2.0.2
No related merge requests found
Pipeline #314634 failed with stage
in 6 minutes and 26 seconds
......@@ -385,9 +385,11 @@ class Deleter(object):
elif service == "stacapi" and item is not None:
self.stacapi_item_delete(item, collection)
if table_details is None:
print(
"The collection " + str(collection.id) + " is being deleted."
)
# self.logger_properties["logger_level"] = "INFO"
# self.logger_properties["logger_msg"] = (
# "The collection " + str(collection.id) + " is being deleted."
# )
# Logger(self.logger_properties)
if service == "pgstac":
self.pgstac_collection_delete(collection, self.PgstacDB)
elif service == "stacapi":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment