From 4ce917f02ff776285acbf77ba0cbbe334ea1b2ff Mon Sep 17 00:00:00 2001 From: PocketMiner82 <73847326+PocketMiner82@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:43:09 +0200 Subject: [PATCH] chore: remove debugging log message --- custom_components/idrac_power/idrac_rest.py | 2 -- 1 file changed, 2 deletions(-) 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: