mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +00:00
Removed error log used as debug (#11301)
An error was being logged to display debug info. Removed it
This commit is contained in:
parent
14919082a3
commit
a59b02b6b4
@ -69,7 +69,6 @@ class OctoPrintAPI(object):
|
|||||||
self.job_error_logged = False
|
self.job_error_logged = False
|
||||||
self.bed = bed
|
self.bed = bed
|
||||||
self.number_of_tools = number_of_tools
|
self.number_of_tools = number_of_tools
|
||||||
_LOGGER.error(str(bed) + " " + str(number_of_tools))
|
|
||||||
|
|
||||||
def get_tools(self):
|
def get_tools(self):
|
||||||
"""Get the list of tools that temperature is monitored on."""
|
"""Get the list of tools that temperature is monitored on."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user