mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove debug code
CURA-8683
This commit is contained in:
parent
bf65f77310
commit
94c006009b
1 changed files with 1 additions and 6 deletions
|
|
@ -36,12 +36,7 @@ Menu
|
|||
text: connectGroupName
|
||||
checkable: true
|
||||
checked: Cura.MachineManager.activeMachineNetworkGroupName == connectGroupName
|
||||
onTriggered:
|
||||
{
|
||||
print(typeof(model.id))
|
||||
Cura.MachineManager.someFunction("YAY")
|
||||
Cura.MachineManager.setActiveMachine(model.id)
|
||||
}
|
||||
onTriggered: Cura.MachineManager.setActiveMachine(model.id)
|
||||
}
|
||||
onObjectAdded: menu.insertItem(2, object)
|
||||
onObjectRemoved: menu.removeItem(object)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue