diff -r 4a2657e29a32 -r b68af9fd6a7a src/eric7/MicroPython/Devices/DeviceBase.py --- a/src/eric7/MicroPython/Devices/DeviceBase.py Sun Feb 26 14:25:39 2023 +0100 +++ b/src/eric7/MicroPython/Devices/DeviceBase.py Sun Feb 26 18:03:13 2023 +0100 @@ -325,7 +325,6 @@ # user cancelled return "" - # TODO: add sending in 'paste' mode def sendCommands(self, commandsList): """ Public method to send a list of commands to the device.