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")))