Remove diagnostic print.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6896 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-07-08 16:07:21 +00:00
parent 874204dfe9
commit d1adc4793e
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ void CPlotter::draw(float swide[], bool bScroll, bool bRed)
if(smax>y3max)y3max=smax;
}
float fac=0.8/qMax(y3max,10.0f);
qDebug() << "a" << y3max;
for(int i=1; i<iz; i++) {
if(y3[i]>0.0) {
y2=fac*y3[i];