mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Comment out test
This commit is contained in:
parent
269d596f5d
commit
39f92ced90
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue