mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-07 15:47:51 -04:00
Remove a diagnostic write.
This commit is contained in:
parent
b54d7f2335
commit
9fadcad322
@ -3766,7 +3766,6 @@ void MainWindow::callSandP2(int n)
|
|||||||
{
|
{
|
||||||
bool bHoldFreq = (n<0);
|
bool bHoldFreq = (n<0);
|
||||||
n=qAbs(n)-1;
|
n=qAbs(n)-1;
|
||||||
qDebug() << "aa" << n << bHoldFreq;
|
|
||||||
if(m_mode!="Q65" and m_ready2call[n]=="") return;
|
if(m_mode!="Q65" and m_ready2call[n]=="") return;
|
||||||
QStringList w=m_ready2call[n].split(' ', SkipEmptyParts);
|
QStringList w=m_ready2call[n].split(' ', SkipEmptyParts);
|
||||||
if(m_mode=="Q65" and m_specOp==SpecOp::Q65_PILEUP and n <= m_callers->size()) {
|
if(m_mode=="Q65" and m_specOp==SpecOp::Q65_PILEUP and n <= m_callers->size()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user