Don't reconnect when getting printer data

I think I accidentally added this during debugging at some point this sleepy morning.

Contributes to issue CURA-5034.
This commit is contained in:
Ghostkeeper 2018-06-12 15:40:47 +02:00
parent da5e4c11a4
commit d87166d5c2
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -422,7 +422,6 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
self.printJobsChanged.emit() # Do a single emit for all print job changes.
def _onGetPrintersDataFinished(self, reply: QNetworkReply) -> None:
self.connect()
if not checkValidGetReply(reply):
return