Remove a diagnostic.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7435 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-12-31 02:51:33 +00:00
parent 077ac1d77b
commit 8fcda35808
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ namespace
bool message_is_73 (int type, QStringList const& msg_parts)
{
qDebug() << type;
return type >= 0
&& (((type < 6 || 7 == type)
&& (msg_parts.contains ("73") or msg_parts.contains ("RRR")))