Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith committed Sep 1, 2024
1 parent 9b94467 commit 02fa142
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/dc_tools/odc/apps/dc_tools/stac_api_to_dc.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,6 @@ def cli(
publish_action=publish_action,
)

print(
f"Added {added} Datasets, failed {failed} Datasets, skipped {skipped} Datasets"
)
if statsd_setting:
statsd_gauge_reporting(
added, ["app:stac_api_to_dc", "action:added"], statsd_setting
Expand Down

0 comments on commit 02fa142

Please sign in to comment.