From 9f1c070c65fc22b2056081b33b49056aea3f11e4 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Sun, 3 Dec 2017 22:00:01 +0000 Subject: [PATCH] Working toward inhibiting AP2 and higher when not in QSO (or reading from files). git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8281 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index fd0ee72a0..9a9dcd084 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2520,7 +2520,7 @@ void MainWindow::decode() //decode() if( m_dateTimeLastTX.isValid () ) { QDateTime now = QDateTime::currentDateTime(); qint64 isecs_since_tx = m_dateTimeLastTX.secsTo(now); - qDebug("The last TX was %d seconds ago",isecs_since_tx); +// QTextStream(stdout) << "The last TX was " << isecs_since_tx << "seconds ago" << endl; } m_msec0=QDateTime::currentMSecsSinceEpoch(); if(!m_dataAvailable or m_TRperiod==0) return;