From 8fcda358085aac237aa7dd3f9358f411dc58c89a Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 31 Dec 2016 02:51:33 +0000 Subject: [PATCH] Remove a diagnostic. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7435 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index c01dcd402..7b0b04f5b 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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")))