Remove a diagnostic tool in plotter.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6612 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-04-12 13:32:31 +00:00
parent 3c1fe29456
commit 592625c4bb
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ void CPlotter::draw(float swide[], bool bScroll) //dr
float df_ref=12000.0/6912.0;
int j=FreqfromX(i)/df_ref + 0.5;
y2=spectra_.ref[j] + m_plot2dZero;
if(gain2d>1.5) y2=spectra_.filter[j] + m_plot2dZero;
// if(gain2d>1.5) y2=spectra_.filter[j] + m_plot2dZero;
}