mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 20:28:42 -05:00
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:
parent
077ac1d77b
commit
8fcda35808
@ -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")))
|
||||
|
Loading…
Reference in New Issue
Block a user