mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Remove debug statement and commented-out code
CURA-1385
This commit is contained in:
parent
35efea3d11
commit
2ba2599d6b
2 changed files with 0 additions and 2 deletions
|
@ -79,7 +79,6 @@ class UMOCheckupMachineAction(MachineAction):
|
||||||
|
|
||||||
@pyqtProperty(bool, notify = onBedTestCompleted)
|
@pyqtProperty(bool, notify = onBedTestCompleted)
|
||||||
def bedTestCompleted(self):
|
def bedTestCompleted(self):
|
||||||
print("zomg?")
|
|
||||||
return self._bed_test_completed
|
return self._bed_test_completed
|
||||||
|
|
||||||
@pyqtProperty(bool, notify = onHotendTestCompleted)
|
@pyqtProperty(bool, notify = onHotendTestCompleted)
|
||||||
|
|
|
@ -51,7 +51,6 @@ Cura.MachineAction
|
||||||
text: catalog.i18nc("@action:button","Start Printer Check");
|
text: catalog.i18nc("@action:button","Start Printer Check");
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
//checkupContent.visible = true
|
|
||||||
manager.startCheck()
|
manager.startCheck()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue