Removed old debug logger messages

Contributes to: CURA-8587
This commit is contained in:
Jelle Spijker 2021-12-07 15:29:05 +01:00
parent bb9696c39f
commit ea4ec5ca27
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
2 changed files with 0 additions and 15 deletions

View file

@ -9,7 +9,6 @@ from PyQt5.QtCore import pyqtProperty, QObject, pyqtSignal
from cura.Settings.CuraContainerRegistry import CuraContainerRegistry # To get names of materials we're compatible with.
from UM.i18n import i18nCatalog # To translate placeholder names if data is not present.
from UM.Logger import Logger
catalog = i18nCatalog("cura")