From bc1069118e07e79e5d7df886c1dd8a9a4446468b Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Tue, 11 May 2021 11:01:51 +0100 Subject: [PATCH] Comment out unnecessary debugging for pty. --- pttyhandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pttyhandler.cpp b/pttyhandler.cpp index 4a5516c..54d10fc 100644 --- a/pttyhandler.cpp +++ b/pttyhandler.cpp @@ -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)