Remove unnecessary buffer debug message

merge-requests/1/head
Phil Taylor 2021-02-05 14:38:30 +00:00
rodzic fc69c9d151
commit 415c499238
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -722,7 +722,7 @@ void udpBase::SendPkt7Idle()
QMutexLocker locker(&mutex);
qDebug() << this->metaObject()->className() << " tx buffer size:" << txSeqBuf.length();
//qDebug() << this->metaObject()->className() << " tx buffer size:" << txSeqBuf.length();
const unsigned char p[] = { 0x15, 0x00, 0x00, 0x00, 0x07, 0x00, static_cast<unsigned char>(pkt7SendSeq & 0xff),static_cast<unsigned char>(pkt7SendSeq >> 8 & 0xff),
static_cast<unsigned char>(localSID >> 24 & 0xff), static_cast<unsigned char>(localSID >> 16 & 0xff), static_cast<unsigned char>(localSID >> 8 & 0xff), static_cast<unsigned char>(localSID & 0xff),