mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Remove print statement
Contributes to issues CURA-1278 and CURA-351.
This commit is contained in:
parent
d810c7ddbb
commit
9b2acf0317
1 changed files with 0 additions and 1 deletions
|
@ -53,5 +53,4 @@ class ExtrudersModel(UM.Qt.ListModel.ListModel):
|
|||
"index": index
|
||||
}
|
||||
self.appendItem(item)
|
||||
print("Appending extruder " + extruder.name + " to presenter.")
|
||||
self.sort(lambda item: item["index"])
|
Loading…
Add table
Add a link
Reference in a new issue