Skip to content

Commit

Permalink
Remove unused read of parameter (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin committed Jun 5, 2024
1 parent 2232a35 commit d93f071
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ def __init__(self, reader_cfg_key, logger=None):
raise KeyError("Mandatory key 'device_name' not given in configuration!")
if 'device_phys' not in config:
self._logger.warning("Key 'device_phys' not given in configuration! Trying without...")
if 'key_capability' not in config:
self._logger.warning("Key 'key_capability' not given in configuration! Using default value: 'true'.")
if 'name_is_unique' not in config:
self._logger.warning("Key 'name_is_unique' not given in configuration! Using default value: 'true'.")
if 'key_check_is_unique' not in config:
Expand Down

0 comments on commit d93f071

Please sign in to comment.