Disable annoying debug message about not found printer definition

This commit is contained in:
ChrisTerBeke 2017-10-31 16:23:45 +01:00
parent c59e4bb3e1
commit 8676792ef8
2 changed files with 3 additions and 8 deletions

View file

@ -547,7 +547,7 @@ class XmlMaterialProfile(InstanceContainer):
definitions = ContainerRegistry.getInstance().findDefinitionContainers(id = machine_id)
if not definitions:
Logger.log("w", "No definition found for machine ID %s", machine_id)
# Logger.log("w", "No definition found for machine ID %s", machine_id)
continue
definition = definitions[0]