Skip to content

Commit

Permalink
Remove redundant telemetry printout
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-turner-1 committed Jan 2, 2025
1 parent ca8bb09 commit 6a204b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/access_nri_intake/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
) # Get the catalog version number and set it to "latest" if it can't be found
configure_telemetry(["--enable", "--silent"])
api_handler.add_extra_field("catalog", {"catalog_version": cat_version})
print(f"Telemetry enabled for catalog version {cat_version}.")
except FileNotFoundError:
warnings.warn(
"Unable to access a default catalog location. Calling intake.cat.access_nri will not work.",
Expand Down

0 comments on commit 6a204b0

Please sign in to comment.