mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:19:04 +08:00
Remove debug statement and commented-out code
CURA-1385
This commit is contained in:
parent
35efea3d11
commit
2ba2599d6b
@ -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…
x
Reference in New Issue
Block a user