Remove logging (#11173)

An error was being log that seems more like debug info
pull/11153/head
Mike Megally 2017-12-16 13:29:40 -08:00 committed by Fabian Affolter
parent 294d8171a2
commit 432304be82
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
name = config.get(CONF_NAME)
monitored_conditions = config.get(CONF_MONITORED_CONDITIONS)
tools = octoprint_api.get_tools()
_LOGGER.error(str(tools))
if "Temperatures" in monitored_conditions:
if not tools: