Remove print statement

Contributes to issues CURA-1278 and CURA-351.
This commit is contained in:
Ghostkeeper 2016-06-02 17:12:22 +02:00
parent d810c7ddbb
commit 9b2acf0317
No known key found for this signature in database
GPG Key ID: 701948C5954A7385

View File

@ -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"])