Remove leftover logging in onewire (#105986)

Remove leftover logging
This commit is contained in:
epenet 2023-12-19 00:23:51 +01:00 committed by GitHub
parent 29e30e796a
commit 17b53d7acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)