Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith authored and omad committed Dec 16, 2020
1 parent 3a34e03 commit 8b30b5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datacube_alchemist/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def _find_dataset(self, uuid: str) -> Dataset:
if dataset.archived_time is not None:
# Dataset is archived
dataset = None
_LOG.debug("Useless thing")
_LOG.error(f"Dataset {uuid} has been archived")
else:
# Dataset doesn't exist
Expand Down

0 comments on commit 8b30b5d

Please sign in to comment.