Remove the check for connected printers

Not doing anything at all is actually worse because it looks like it is
broken.

Contributes to Ultimaker/Uranium#8
This commit is contained in:
Arjen Hiemstra 2015-07-01 01:26:43 +02:00
parent ff896907ea
commit 9aa386c2b0

View file

@ -119,10 +119,6 @@ class USBPrinterManager(QObject, SignalEmitter, Extension):
time.sleep(5) # Throttle, as we don"t need this information to be updated every single second.
def updateAllFirmware(self):
if not self._printer_connections:
Logger.log("e", "No printer connected to update firmware of!")
return
self.spawnFirmwareInterface("")
for printer_connection in self._printer_connections:
try: