Remove a diagnostic qDebug().

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8139 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2017-09-29 13:47:26 +00:00
parent b502bd9a91
commit e6f37b9028

View File

@ -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;