mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 12:35:56 +08:00
Remove print statement
Contributes to issues CURA-1278 and CURA-351.
This commit is contained in:
parent
d810c7ddbb
commit
9b2acf0317
@ -53,5 +53,4 @@ class ExtrudersModel(UM.Qt.ListModel.ListModel):
|
|||||||
"index": index
|
"index": index
|
||||||
}
|
}
|
||||||
self.appendItem(item)
|
self.appendItem(item)
|
||||||
print("Appending extruder " + extruder.name + " to presenter.")
|
|
||||||
self.sort(lambda item: item["index"])
|
self.sort(lambda item: item["index"])
|
Loading…
x
Reference in New Issue
Block a user