mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-29 07:28:54 -04:00
Remove diagnostic print.
Shouls have mentioned in last commit: 3. Narrow-band decode always uses the "deepest" parameters. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3140 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
cd15a5e4d6
commit
4fbea5518b
@ -1063,7 +1063,6 @@ void MainWindow::on_DecodeButton_clicked() //Decode request
|
|||||||
|
|
||||||
void MainWindow::freezeDecode(int n) //freezeDecode()
|
void MainWindow::freezeDecode(int n) //freezeDecode()
|
||||||
{
|
{
|
||||||
qDebug() << "A" << n;
|
|
||||||
bool ctrl = (n>=100);
|
bool ctrl = (n>=100);
|
||||||
int i=g_pWideGraph->QSOfreq();
|
int i=g_pWideGraph->QSOfreq();
|
||||||
if(ctrl) {
|
if(ctrl) {
|
||||||
|
Loading…
Reference in New Issue
Block a user