Revert "Repair a defect where Auto Seq failed for messages with apriori code."

This reverts commit 5118e64fde.
This commit is contained in:
Steven Franke 2022-01-27 09:23:00 -06:00
parent 540d16302e
commit 1ca81f4610
1 changed files with 0 additions and 1 deletions

View File

@ -8004,7 +8004,6 @@ void MainWindow::p1ReadFromStdout() //p1readFromStdout
} else {
int n=t.length();
t=t.left(85); // truncate any apriori code
t=t.mid(0,n-2) + " ";
t.remove(QRegExp("\\s+$"));
QStringList rxFields = t.split(QRegExp("\\s+"));