From 848f3ab30f7f3ba192ad40c991ae4f9babc8d5df Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 20 Jul 2021 11:47:23 -0400 Subject: [PATCH] Remove an unused diagnostic write. --- map65/mainwindow.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/map65/mainwindow.cpp b/map65/mainwindow.cpp index beeed7021..898df74f1 100644 --- a/map65/mainwindow.cpp +++ b/map65/mainwindow.cpp @@ -1121,10 +1121,6 @@ void MainWindow::diskDat() //diskDat() m_diskData=true; datcom_.newdat=1; -// if(g_pWideGraph->m_bForceCenterFreq) datcom_.fcenter=g_pWideGraph->m_dForceCenterFreq; -// qDebug() << "aa" << datcom_.fcenter << g_pWideGraph->m_dForceCenterFreq -// << g_pWideGraph->m_bForceCenterFreq; - if(m_fs96000) hsym=2048.0*96000.0/11025.0; //Samples per JT65 half-symbol if(!m_fs96000) hsym=2048.0*95238.1/11025.0; for(int i=0; i<304; i++) { // Do the half-symbol FFTs