Skip to content

Commit

Permalink
remove unused SENSOR_DEFINITION_FILE setting
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Jan 16, 2024
1 parent acd3e68 commit d529c64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scos_actions/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
logger.debug(f"scos-actions: MOCK_SIGAN_RANDOM:{MOCK_SIGAN_RANDOM}")
RUNNING_TESTS = env.bool("RUNNING_TESTS", False)
logger.debug(f"scos-actions: RUNNING_TESTS:{RUNNING_TESTS}")
SENSOR_DEFINITION_FILE = env("SENSOR_DEFINITION_FILE", None)
if SENSOR_DEFINITION_FILE:
SENSOR_DEFINITION_FILE = Path(SENSOR_DEFINITION_FILE)
logger.debug(f"scos-actions: RUNNING_TESTS:{RUNNING_TESTS}")
FQDN = env("FQDN", None)
logger.debug(f"scos-actions: FQDN:{FQDN}")
Expand Down

0 comments on commit d529c64

Please sign in to comment.