Skip to content

Commit

Permalink
Remove leftover logging in onewire (home-assistant#105986)
Browse files Browse the repository at this point in the history
Remove leftover logging
  • Loading branch information
epenet authored Dec 18, 2023
1 parent 29e30e7 commit 17b53d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/onewire/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ def get_entities(
native_unit_of_measurement=PERCENTAGE,
translation_key=f"wetness_{s_id}",
)
_LOGGER.info(description.translation_key)
override_key = None
if description.override_key:
override_key = description.override_key(device_id, options)
Expand Down

0 comments on commit 17b53d7

Please sign in to comment.