mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:19:04 +08: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
@ -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…
x
Reference in New Issue
Block a user