mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Remove logging (#11173)
An error was being log that seems more like debug info
This commit is contained in:
parent
39af43eb5c
commit
793b8b8ad3
@ -45,7 +45,6 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||||||
name = config.get(CONF_NAME)
|
name = config.get(CONF_NAME)
|
||||||
monitored_conditions = config.get(CONF_MONITORED_CONDITIONS)
|
monitored_conditions = config.get(CONF_MONITORED_CONDITIONS)
|
||||||
tools = octoprint_api.get_tools()
|
tools = octoprint_api.get_tools()
|
||||||
_LOGGER.error(str(tools))
|
|
||||||
|
|
||||||
if "Temperatures" in monitored_conditions:
|
if "Temperatures" in monitored_conditions:
|
||||||
if not tools:
|
if not tools:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user