Removed unnecessary diagnostic print

This commit is contained in:
Bill Somerville 2018-12-06 15:39:21 +00:00
parent 7cd7989f45
commit cf244660cd
1 changed files with 0 additions and 1 deletions

View File

@ -3009,7 +3009,6 @@ void MainWindow::readFromStdout() //readFromStdout
<< m_mode << endl;
m_RxLog=0;
}
qDebug () << "line_read:" << line_read;
out << line_read.left (line_read.size() - 2).trimmed () << endl;
f.close();
} else {