From e6f37b9028cc08e57439cacb426266b99cc00ffb Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 29 Sep 2017 13:47:26 +0000 Subject: [PATCH] Remove a diagnostic qDebug(). git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8139 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 9fff5fe73..90d38a572 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3720,7 +3720,6 @@ void MainWindow::doubleClickOnCall(bool shift, bool ctrl, bool alt) void MainWindow::processMessage(DecodedText const& message, bool shift, bool ctrl, bool alt) { - qDebug() << "D 3726" << shift << ctrl << alt; // basic mode sanity checks auto const& parts = message.string ().split (' ', QString::SkipEmptyParts); if (parts.size () < 5) return;