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
1 changed files with 0 additions and 1 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Reference in a new issue