Remove overzealeous log message

This message appears on every machine in every material, which is far too much.
This commit is contained in:
Ghostkeeper 2017-12-18 13:29:10 +01:00
parent 48cf6ad1c9
commit 8f66db6565
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -737,7 +737,6 @@ class XmlMaterialProfile(InstanceContainer):
Logger.log("w", "No definition found for machine ID %s", machine_id)
continue
Logger.log("d", "Found def for machine [%s]", machine_id)
definition_metadata = definition_metadata[0]
machine_manufacturer = identifier.get("manufacturer", definition_metadata.get("manufacturer", "Unknown")) #If the XML material doesn't specify a manufacturer, use the one in the actual printer definition.