Removed broken timer

This commit is contained in:
Jaime van Kessel 2015-08-18 14:31:16 +02:00
parent 3eedb15637
commit dd67ec7167

View file

@ -93,7 +93,6 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
@pyqtSlot(str, result = bool)
def updateFirmwareBySerial(self, serial_port):
print("OMG ZOMG: ", serial_port)
if serial_port in self._printer_connections:
self.spawnFirmwareInterface(self._printer_connections[serial_port].getSerialPort())
try: