--- a/eric6/MicroPython/MicroPythonSerialPort.py Thu Jul 25 19:55:40 2019 +0200 +++ b/eric6/MicroPython/MicroPythonSerialPort.py Fri Jul 26 20:05:49 2019 +0200 @@ -119,8 +119,6 @@ break if size is not None and len(data) >= size: break -# else: -# break if t.elapsed() > self.__timeout: self.__timedOut = True break