From f5e0d9e29dc2dc9de6d87fa7163c6588726500ad Mon Sep 17 00:00:00 2001 From: tstellanova Date: Wed, 21 Aug 2013 11:59:23 -0700 Subject: [PATCH] reduce debug log noise --- src/comm/SerialLink.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comm/SerialLink.cc b/src/comm/SerialLink.cc index 9935bf33d..1fcb664f1 100644 --- a/src/comm/SerialLink.cc +++ b/src/comm/SerialLink.cc @@ -213,7 +213,7 @@ void SerialLink::run() } else { linkErrorCount++; - qDebug() << "Wait read response timeout" << QTime::currentTime().toString(); + //qDebug() << "Wait read response timeout" << QTime::currentTime().toString(); } if (bytes != m_bytesRead) { // i.e things are good and data is being read. -- 2.22.0