Remove debug log when XML material file contains unused property

This commit is contained in:
ChrisTerBeke 2017-10-20 10:22:09 +02:00
parent 3fcf20c714
commit 64bcf4b44d

View file

@ -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