mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-16 20:52:28 -04:00
Removed unnecessary diagnostic print
This commit is contained in:
parent
7cd7989f45
commit
cf244660cd
@ -3009,7 +3009,6 @@ void MainWindow::readFromStdout() //readFromStdout
|
|||||||
<< m_mode << endl;
|
<< m_mode << endl;
|
||||||
m_RxLog=0;
|
m_RxLog=0;
|
||||||
}
|
}
|
||||||
qDebug () << "line_read:" << line_read;
|
|
||||||
out << line_read.left (line_read.size() - 2).trimmed () << endl;
|
out << line_read.left (line_read.size() - 2).trimmed () << endl;
|
||||||
f.close();
|
f.close();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user