remove debug output line

This commit is contained in:
Charles J. Cliffe 2015-03-06 21:16:11 -05:00
parent 92870c2957
commit 6cffcd37d8
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ void WaterfallCanvas::OnPaint(wxPaintEvent& WXUNUSED(event)) {
glContext->DrawDemod(lastActiveDemodulator, currentTheme->waterfallHighlight, currentCenterFreq, currentBandwidth);
}
}
std::cout<<hoverAlpha<<std::endl;
for (int i = 0, iMax = demods.size(); i < iMax; i++) {
if (activeDemodulator == demods[i] || lastActiveDemodulator == demods[i]) {