screen: remove matplotlib from preload close #787

This commit is contained in:
alfrix 2022-11-10 07:08:14 -03:00
parent 78f76d659c
commit f5b8ae1002

View File

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