Removed debug ID

CURA-3814
This commit is contained in:
Jaime van Kessel 2017-05-22 14:25:29 +02:00
parent 92192ff411
commit c474642744

View file

@ -214,7 +214,7 @@ class ExtrudersModel(UM.Qt.ListModel.ListModel):
# This way we can simply intrepret the -1 of the index as the last item (which it now always is) # This way we can simply intrepret the -1 of the index as the last item (which it now always is)
if self._add_optional_extruder: if self._add_optional_extruder:
item = { item = {
"id": "zomg", "id": "",
"name": "Not overridden", "name": "Not overridden",
"color": "#ffffff", "color": "#ffffff",
"index": -1, "index": -1,