mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Removed very annoying message spam
CURA-2159
This commit is contained in:
parent
677d6556fb
commit
f81a5fe301
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ class XmlMaterialProfile(UM.Settings.InstanceContainer):
|
||||||
# machine / variant combination: only changes for itself.
|
# machine / variant combination: only changes for itself.
|
||||||
def serialize(self):
|
def serialize(self):
|
||||||
if self._read_only:
|
if self._read_only:
|
||||||
Logger.log("w", "Serializing read-only container [%s], probably a programming error." % self.id)
|
|
||||||
return
|
return
|
||||||
|
|
||||||
registry = UM.Settings.ContainerRegistry.getInstance()
|
registry = UM.Settings.ContainerRegistry.getInstance()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue