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:
Joe Taylor 2013-04-25 18:48:57 +00:00
parent 90164b0e33
commit 998c3990a4
2 changed files with 2 additions and 2 deletions

View File

@ -413,7 +413,7 @@ void DevSetup::on_testCATButton_clicked()
}
// qDebug() << "B6";
rig->open();
rig->getVFO();
// rig->getVFO();
// qDebug() << "B7" << rig->getVFO();
m_bRigOpen=true;
}

View File

@ -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) {