mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 23:38:59 +08:00
Remove debug log when XML material file contains unused property
This commit is contained in:
parent
3fcf20c714
commit
64bcf4b44d
@ -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…
x
Reference in New Issue
Block a user