Comment out unnecessary debugging for pty.

merge-requests/4/head
Phil Taylor 2021-05-11 11:01:51 +01:00
rodzic 516416099c
commit bc1069118e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -198,8 +198,8 @@ void pttyHandler::receiveDataIn(int fd) {
else
{
emit haveDataFromPort(inPortData);
qDebug(logSerial()) << "Data from pseudo term:";
printHex(inPortData, false, true);
//qDebug(logSerial()) << "Data from pseudo term:";
//printHex(inPortData, false, true);
}
if (rolledBack)