Fix remote_clusters not being added in second boot

CURA-7055
This commit is contained in:
Jaime van Kessel 2020-04-23 10:58:16 +02:00
parent 13105cfbd7
commit 7c7c1ad96c
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 2 additions and 1 deletions

View file

@ -52,7 +52,6 @@ class UltimakerNetworkedPrinterOutputDevice(NetworkedPrinterOutputDevice):
super().__init__(device_id=device_id, address=address, properties=properties, connection_type=connection_type,
parent=parent)
# Trigger the printersChanged signal when the private signal is triggered.
self.printersChanged.connect(self._clusterPrintersChanged)