Fix: remove debug output

This commit is contained in:
2023-05-23 15:46:34 +02:00
parent f4be010e1a
commit ff4c52ddc9

View File

@@ -19,7 +19,6 @@ void T_com::writeToSerial(const QByteArray &data, uint16_t sendLength)
sendLen=sendLength;
if (CatSerial->isOpen())
{
qCritical() << "sending..." << sendBuffer;
CatSerial->write(sendBuffer);
} else
qDebug() << "error sending, port is not open";