mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Disable annoying debug message about not found printer definition
This commit is contained in:
parent
c59e4bb3e1
commit
8676792ef8
2 changed files with 3 additions and 8 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue