From cf244660cd81b1e42e46ab14c93293b64da1f662 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Thu, 6 Dec 2018 15:39:21 +0000 Subject: [PATCH] Removed unnecessary diagnostic print --- widgets/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 8c9648b50..827022717 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -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 {