mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04: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)
|
void MainWindow::processMessage(DecodedText const& message, bool shift, bool ctrl, bool alt)
|
||||||
{
|
{
|
||||||
qDebug() << "D 3726" << shift << ctrl << alt;
|
|
||||||
// basic mode sanity checks
|
// basic mode sanity checks
|
||||||
auto const& parts = message.string ().split (' ', QString::SkipEmptyParts);
|
auto const& parts = message.string ().split (' ', QString::SkipEmptyParts);
|
||||||
if (parts.size () < 5) return;
|
if (parts.size () < 5) return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user