mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 06:45:57 +08:00
Comment out test
This commit is contained in:
parent
269d596f5d
commit
39f92ced90
@ -72,8 +72,8 @@ class CloudOutputDeviceManager(NetworkClient):
|
|||||||
for cluster in clusters:
|
for cluster in clusters:
|
||||||
self._addCloudOutputDevice(cluster)
|
self._addCloudOutputDevice(cluster)
|
||||||
|
|
||||||
# # For testing we add a dummy device:
|
# For testing we add a dummy device:
|
||||||
# self._addCloudOutputDevice({ "cluster_id": "LJ0tciiuZZjarrXAvFLEZ6ox4Cvx8FvtXUlQv4vIhV6w" })
|
# self._addCloudOutputDevice(CloudCluster(cluster_id = "LJ0tciiuZZjarrXAvFLEZ6ox4Cvx8FvtXUlQv4vIhV6w"))
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _parseStatusResponse(reply: QNetworkReply) -> List[CloudCluster]:
|
def _parseStatusResponse(reply: QNetworkReply) -> List[CloudCluster]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user