Skip to content

Commit

Permalink
Remove unused secret_message from src/tpt_reports/tpt_reports.py
Browse files Browse the repository at this point in the history
Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
  • Loading branch information
ameliav and dav3r committed Aug 8, 2023
1 parent a93d2b5 commit 00b651b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/tpt_reports/tpt_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,6 @@ def main() -> None:
logging.info('ECHO_MESSAGE="%s"', message)

# Access some data from our package data (see the setup.py)
# Commenting skeleton base code section because of Clear-text logging
# of sensitive information error in CI
# secret_message: str = (
# pkg_resources.resource_string("tpt_reports", "data/secret.txt")
# .decode("utf-8")
# .strip()
# )
# logging.info('Secret="%s"', secret_message)

# Stop logging and clean up
logging.shutdown()

0 comments on commit 00b651b

Please sign in to comment.