mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 06:08:42 -05:00
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:
parent
874204dfe9
commit
d1adc4793e
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user