mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-10 14:23:31 -05:00
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:
parent
b502bd9a91
commit
e6f37b9028
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user