mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 01:45:56 +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:
|
||||
self._addCloudOutputDevice(cluster)
|
||||
|
||||
# # For testing we add a dummy device:
|
||||
# self._addCloudOutputDevice({ "cluster_id": "LJ0tciiuZZjarrXAvFLEZ6ox4Cvx8FvtXUlQv4vIhV6w" })
|
||||
# For testing we add a dummy device:
|
||||
# self._addCloudOutputDevice(CloudCluster(cluster_id = "LJ0tciiuZZjarrXAvFLEZ6ox4Cvx8FvtXUlQv4vIhV6w"))
|
||||
|
||||
@staticmethod
|
||||
def _parseStatusResponse(reply: QNetworkReply) -> List[CloudCluster]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user