Fix: remove debug output

This commit is contained in:
Siegfried Siegert 2023-05-23 15:46:34 +02:00
parent f4be010e1a
commit ff4c52ddc9
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

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";