Skip to content

Commit

Permalink
Remved debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
faanskit committed Jan 27, 2024
1 parent f20d0e5 commit 679ef8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/checkwatt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ async def _async_update_data(self) -> CheckwattResp: # noqa: C901
push_to_cw_rank = self._entry.options.get(CONF_PUSH_CW_TO_RANK)
use_cm10_sensor = self._entry.options.get(CONF_CM10_SENSOR)
cwr_name = self._entry.options.get(CONF_CWR_NAME)
_LOGGER.debug("Configured name for CheckWattRank: %s", cwr_name)

async with CheckwattManager(
username, password, INTEGRATION_NAME
Expand Down

0 comments on commit 679ef8d

Please sign in to comment.