Browse Source

Remove debug log when XML material file contains unused property

ChrisTerBeke 7 years ago
parent
commit
64bcf4b44d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      plugins/XmlMaterialProfile/XmlMaterialProfile.py

+ 0 - 2
plugins/XmlMaterialProfile/XmlMaterialProfile.py

@@ -509,8 +509,6 @@ class XmlMaterialProfile(InstanceContainer):
             elif key in self.__unmapped_settings:
                 if key == "hardware compatible":
                     common_compatibility = self._parseCompatibleValue(entry.text)
-            else:
-                Logger.log("d", "Unsupported material setting %s", key)
         self._cached_values = common_setting_values # from InstanceContainer ancestor
 
         meta_data["compatible"] = common_compatibility