Remove a diagnostic print.

This commit is contained in:
Joe Taylor 2020-07-02 13:43:50 -04:00
parent 185cf3eb48
commit 352b497399
2 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,6 @@ contains
this%callback => callback
print*,'AAA',iwspr,ndepth
dxcall13=hiscall ! initialize for use in packjt77
mycall13=mycall

View File

@ -5821,6 +5821,7 @@ void MainWindow::on_actionFST240_triggered()
ui->cbAutoSeq->setChecked(true);
m_wideGraph->setMode(m_mode);
m_wideGraph->setModeTx(m_modeTx);
m_wideGraph->setPeriod(m_TRperiod,6912);
switch_mode (Modes::FST240);
m_wideGraph->setMode(m_mode);
statusChanged();