mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 13:08:34 -04:00
Remove a diagnostic print.
This commit is contained in:
parent
185cf3eb48
commit
352b497399
@ -80,7 +80,6 @@ contains
|
||||
|
||||
this%callback => callback
|
||||
|
||||
print*,'AAA',iwspr,ndepth
|
||||
dxcall13=hiscall ! initialize for use in packjt77
|
||||
mycall13=mycall
|
||||
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user