diff --git a/ground/src/plugins/rawhid/rawhid.cpp b/ground/src/plugins/rawhid/rawhid.cpp index e2146670d..dde6b2796 100644 --- a/ground/src/plugins/rawhid/rawhid.cpp +++ b/ground/src/plugins/rawhid/rawhid.cpp @@ -215,8 +215,6 @@ void RawHIDWriteThread::run() memcpy(buffer, m_writeBuffer.constData(), size); m_writeBufMtx.unlock(); - qDebug() << "Data to write"; - int ret = hiddev->send(hidno, buffer, size, WRITE_TIMEOUT); if(ret > 0)