mirror of
https://github.com/home-assistant/core.git
synced 2025-08-08 07:05:07 +02:00
Remove redundant logging from evohome (#119482)
remove redundant logging
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user