mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Remove duplicated line
This line is called both outside and inside of _setOutputDeviceMetadata(...) CURA-7055
This commit is contained in:
parent
db7429488d
commit
80a4cfbd75
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ class CloudOutputDeviceManager:
|
|||
if not new_machine:
|
||||
Logger.log("e", "Failed creating a new machine")
|
||||
return
|
||||
new_machine.setMetaDataEntry(self.META_CLUSTER_ID, device.key)
|
||||
|
||||
self._setOutputDeviceMetadata(device, new_machine)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue