mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Remove debug log when XML material file contains unused property
This commit is contained in:
parent
3fcf20c714
commit
64bcf4b44d
1 changed files with 0 additions and 2 deletions
|
@ -509,8 +509,6 @@ class XmlMaterialProfile(InstanceContainer):
|
||||||
elif key in self.__unmapped_settings:
|
elif key in self.__unmapped_settings:
|
||||||
if key == "hardware compatible":
|
if key == "hardware compatible":
|
||||||
common_compatibility = self._parseCompatibleValue(entry.text)
|
common_compatibility = self._parseCompatibleValue(entry.text)
|
||||||
else:
|
|
||||||
Logger.log("d", "Unsupported material setting %s", key)
|
|
||||||
self._cached_values = common_setting_values # from InstanceContainer ancestor
|
self._cached_values = common_setting_values # from InstanceContainer ancestor
|
||||||
|
|
||||||
meta_data["compatible"] = common_compatibility
|
meta_data["compatible"] = common_compatibility
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue