mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -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:
|
||||
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…
Add table
Add a link
Reference in a new issue