diff --git a/homeassistant/components/octoprint.py b/homeassistant/components/octoprint.py index 086242ab07030a..f3e3ecc29b2d85 100644 --- a/homeassistant/components/octoprint.py +++ b/homeassistant/components/octoprint.py @@ -69,7 +69,6 @@ def __init__(self, api_url, key, bed, number_of_tools): self.job_error_logged = False self.bed = bed self.number_of_tools = number_of_tools - _LOGGER.error(str(bed) + " " + str(number_of_tools)) def get_tools(self): """Get the list of tools that temperature is monitored on."""