From a59b02b6b4491c49b7c1c61dfe7b0decffacbba2 Mon Sep 17 00:00:00 2001 From: Mike Megally Date: Mon, 25 Dec 2017 11:49:02 -0800 Subject: [PATCH] Removed error log used as debug (#11301) An error was being logged to display debug info. Removed it --- homeassistant/components/octoprint.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/octoprint.py b/homeassistant/components/octoprint.py index 086242ab070..f3e3ecc29b2 100644 --- a/homeassistant/components/octoprint.py +++ b/homeassistant/components/octoprint.py @@ -69,7 +69,6 @@ class OctoPrintAPI(object): 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."""