Просмотр исходного кода

Remove debug log when XML material file contains unused property

ChrisTerBeke 7 лет назад
Родитель
Сommit
64bcf4b44d
1 измененных файлов с 0 добавлено и 2 удалено
  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