1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

gcs: quiet some debug messages on tx via USB HID

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@657 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
stac 2010-05-24 16:33:44 +00:00 committed by stac
parent 6b2760da1a
commit 46101794e3

View File

@ -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)