Remove redundant logging from evohome (#119482)

remove redundant logging
This commit is contained in:
David Bonnes 2024-06-12 12:45:03 +01:00 committed by GitHub
parent 35b13e355b
commit e6b2a9b5c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,7 +185,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
}
_config = {
SZ_LOCATION_INFO: loc_info,
GWS: [{SZ_GATEWAY_INFO: gwy_info, TCS: loc_config[GWS][0][TCS]}],
GWS: [{SZ_GATEWAY_INFO: gwy_info}],
}
_LOGGER.debug("Config = %s", _config)