mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Removed warning that caused massive spam
This commit is contained in:
parent
08394c99d3
commit
b4a1b97eda
1 changed files with 0 additions and 2 deletions
|
@ -544,7 +544,6 @@ class XmlMaterialProfile(InstanceContainer):
|
|||
for machine_id in machine_id_list:
|
||||
definitions = ContainerRegistry.getInstance().findDefinitionContainersMetadata(id = machine_id)
|
||||
if not definitions:
|
||||
Logger.log("w", "No definition found for machine ID %s", machine_id)
|
||||
continue
|
||||
|
||||
definition = definitions[0]
|
||||
|
@ -777,7 +776,6 @@ class XmlMaterialProfile(InstanceContainer):
|
|||
for machine_id in machine_id_list:
|
||||
definition_metadata = ContainerRegistry.getInstance().findDefinitionContainersMetadata(id = machine_id)
|
||||
if not definition_metadata:
|
||||
Logger.log("w", "No definition found for machine ID %s", machine_id)
|
||||
continue
|
||||
|
||||
definition_metadata = definition_metadata[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue