From f88df7e5cd9d4238db31900160e12c5e04c79c69 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 23 Jan 2018 15:45:12 +0100 Subject: [PATCH] Remove overzealous log entry This was in the happy path and gets executed for every material profile in every material file, which is hundreds of times. Better not. Found during development of CURA-4797. --- plugins/XmlMaterialProfile/XmlMaterialProfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/XmlMaterialProfile/XmlMaterialProfile.py b/plugins/XmlMaterialProfile/XmlMaterialProfile.py index 8767377db0..18b043806c 100644 --- a/plugins/XmlMaterialProfile/XmlMaterialProfile.py +++ b/plugins/XmlMaterialProfile/XmlMaterialProfile.py @@ -541,7 +541,6 @@ class XmlMaterialProfile(InstanceContainer): Logger.log("w", "No definition found for machine ID %s", machine_id) continue - Logger.log("d", "Found definition for machine ID %s", machine_id) definition = definitions[0] machine_manufacturer = identifier.get("manufacturer", definition.get("manufacturer", "Unknown")) #If the XML material doesn't specify a manufacturer, use the one in the actual printer definition.