mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-18 10:01:57 -05:00
Comment out diagnostic calls to rig->getVFO().
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3221 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
35b04ade2c
commit
377d250f44
@ -413,7 +413,7 @@ void DevSetup::on_testCATButton_clicked()
|
||||
}
|
||||
// qDebug() << "B6";
|
||||
rig->open();
|
||||
rig->getVFO();
|
||||
// rig->getVFO();
|
||||
// qDebug() << "B7" << rig->getVFO();
|
||||
m_bRigOpen=true;
|
||||
}
|
||||
|
@ -2630,7 +2630,7 @@ void MainWindow::rigOpen()
|
||||
rig->setConf("dtr_state","OFF");
|
||||
}
|
||||
rig->open();
|
||||
rig->getVFO();
|
||||
// rig->getVFO();
|
||||
m_bRigOpen=true;
|
||||
}
|
||||
catch (const RigException &Ex) {
|
||||
|
Loading…
Reference in New Issue
Block a user