mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 14:18:38 -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)
|
bool message_is_73 (int type, QStringList const& msg_parts)
|
||||||
{
|
{
|
||||||
qDebug() << type;
|
|
||||||
return type >= 0
|
return type >= 0
|
||||||
&& (((type < 6 || 7 == type)
|
&& (((type < 6 || 7 == type)
|
||||||
&& (msg_parts.contains ("73") or msg_parts.contains ("RRR")))
|
&& (msg_parts.contains ("73") or msg_parts.contains ("RRR")))
|
||||||
|
Loading…
Reference in New Issue
Block a user