diff --git a/custom_components/idrac_power/idrac_rest.py b/custom_components/idrac_power/idrac_rest.py index 142b592..1ab8004 100755 --- a/custom_components/idrac_power/idrac_rest.py +++ b/custom_components/idrac_power/idrac_rest.py @@ -126,8 +126,6 @@ def update_thermals(self) -> dict: _LOGGER.debug(f"Couldn't update {self.host} thermals: {e}") new_thermals = None - _LOGGER.warning(new_thermals) - if new_thermals != self.thermal_values: self.thermal_values = new_thermals for callback in self.callback_thermals: