From f5b8ae1002aeb01e7e4810f8ada6fad6b96b9d59 Mon Sep 17 00:00:00 2001 From: alfrix Date: Thu, 10 Nov 2022 07:08:14 -0300 Subject: [PATCH] screen: remove matplotlib from preload close #787 --- screen.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/screen.py b/screen.py index 253809a1..a7f765a1 100644 --- a/screen.py +++ b/screen.py @@ -26,9 +26,6 @@ from ks_includes.config import KlipperScreenConfig from panels.base_panel import BasePanel logging.getLogger("urllib3").setLevel(logging.WARNING) -logging.getLogger('matplotlib').setLevel(logging.WARNING) -# This is here to avoid performance issues opening bed_mesh -import matplotlib.pyplot # noqa PRINTER_BASE_STATUS_OBJECTS = [ 'bed_mesh',