Commit f5e0d9e2 authored by tstellanova's avatar tstellanova

reduce debug log noise

parent f643bdea
...@@ -213,7 +213,7 @@ void SerialLink::run() ...@@ -213,7 +213,7 @@ void SerialLink::run()
} }
else { else {
linkErrorCount++; 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. if (bytes != m_bytesRead) { // i.e things are good and data is being read.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment