Code cleanup

CURA-2019
This commit is contained in:
fieldOfView 2016-08-02 16:23:33 +02:00
parent 292826f223
commit 805c513034

View File

@ -30,9 +30,6 @@ Cura.MachineAction
connectingToPrinter = printerKey;
manager.setKey(printerKey);
completed();
} else {
// reset, so we can connect to the same printer again if needed
connectingToPrinter = null;
}
}
}