Remove crappy implementation

This commit is contained in:
ChrisTerBeke 2018-12-04 22:21:36 +01:00
parent 467d347008
commit d0513e40e1
No known key found for this signature in database
GPG key ID: A49F1AB9D7E0C263
7 changed files with 8 additions and 99 deletions

View file

@ -527,12 +527,6 @@ class MachineManager(QObject):
return self._global_container_stack.getMetaDataEntry("um_network_key", "")
return ""
@pyqtProperty(str, notify=printerConnectedStatusChanged)
def activeMachineCloudKey(self) -> str:
if self._global_container_stack:
return self._global_container_stack.getMetaDataEntry("um_cloud_cluster_id", "")
return ""
@pyqtProperty(str, notify = printerConnectedStatusChanged)
def activeMachineNetworkGroupName(self) -> str:
if self._global_container_stack: