Skip to content

Commit

Permalink
Remove logging (home-assistant#11173)
Browse files Browse the repository at this point in the history
An error was being log that seems more like debug info
  • Loading branch information
cmsimike authored and pvizeli committed Dec 16, 2017
1 parent 39af43e commit 793b8b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/sensor/octoprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 793b8b8

Please sign in to comment.