mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -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)
|
||||
def bedTestCompleted(self):
|
||||
print("zomg?")
|
||||
return self._bed_test_completed
|
||||
|
||||
@pyqtProperty(bool, notify = onHotendTestCompleted)
|
||||
|
|
|
@ -51,7 +51,6 @@ Cura.MachineAction
|
|||
text: catalog.i18nc("@action:button","Start Printer Check");
|
||||
onClicked:
|
||||
{
|
||||
//checkupContent.visible = true
|
||||
manager.startCheck()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue