screen: remove un-necessary logging line

This commit is contained in:
Jordan Ruthe 2021-04-08 22:27:35 -04:00
parent 02ea32506b
commit 3494f8a7d4

View File

@ -301,7 +301,6 @@ class KlipperScreen(Gtk.Window):
self.show_all()
if hasattr(self.panels[panel_name],"process_update"):
logging.info("Debug: %s" % self.printer.get_updates())
self.panels[panel_name].process_update("notify_status_update", self.printer.get_updates())
if hasattr(self.panels[panel_name],"activate"):
self.panels[panel_name].activate()