menu: reduce logging

This commit is contained in:
alfrix 2022-11-04 18:13:06 -03:00
parent 6e4d0ff962
commit 44623b44d1

View File

@ -106,7 +106,6 @@ class MenuPanel(ScreenPanel):
self.j2_data = self._printer.get_printer_status_data()
try:
logging.debug(f"Template: '{enable}'")
j2_temp = Template(enable, autoescape=True)
result = j2_temp.render(self.j2_data)
return result == 'True'