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',