Skip to content

Commit

Permalink
chore: remove debugging log message
Browse files Browse the repository at this point in the history
  • Loading branch information
PocketMiner82 committed Jun 24, 2024
1 parent e757d6e commit 4ce917f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/idrac_power/idrac_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4ce917f

Please sign in to comment.