Back out some changes that were broken. PSK reporter not yet functional for MSK144.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7136 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-10-01 20:10:46 +00:00
parent 23785f60e4
commit 8dc2fef844
3 changed files with 46 additions and 40 deletions
-2
View File
@@ -103,7 +103,6 @@ bool DecodedText::report(QString const& myBaseCall, QString const& dxBaseCall, /
if (ok and i1>=-50 and i1<50)
{
report = tt;
qDebug() << "A report for " << _string << "::" << report;
}
else
{
@@ -113,7 +112,6 @@ bool DecodedText::report(QString const& myBaseCall, QString const& dxBaseCall, /
if(ok and i1>=-50 and i1<50)
{
report = tt.mid(1);
qDebug() << "B report for " << _string << "::" << report;
}
}
}