Remove leftover insmod call

This commit is contained in:
Emanuele 2021-01-06 16:20:32 +01:00
parent 68fbd20539
commit 001950e945

View file

@ -102,8 +102,6 @@ class FrameBufferWorker(QRunnable):
@pyqtSlot()
def run(self):
try:
_,out,_ = self.ssh.exec_command("/sbin/insmod $HOME/mxc_epdc_fb_damage.ko")
log.debug("Insmod returned %d", out.channel.recv_exit_status())
_,_,out = self.ssh.exec_command("$HOME/rM-vnc-server-standalone")
log.info(next(out))
except Exception as e: