comparison plugins/BeatTrack.cpp @ 147:d169df0c0cbc

Remove some debug output
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 02 Sep 2013 09:49:24 +0100
parents edad8a88a074
children 88c05c0ac438
comparison
equal deleted inserted replaced
146:c4837ed2eeb1 147:d169df0c0cbc
523 break; 523 break;
524 } 524 }
525 --nonZeroCount; 525 --nonZeroCount;
526 } 526 }
527 527
528 std::cerr << "Note: nonZeroCount was " << m_d->dfOutput.size() << ", is now " << nonZeroCount << std::endl; 528 // std::cerr << "Note: nonZeroCount was " << m_d->dfOutput.size() << ", is now " << nonZeroCount << std::endl;
529 529
530 for (size_t i = 2; i < nonZeroCount; ++i) { // discard first two elts 530 for (size_t i = 2; i < nonZeroCount; ++i) { // discard first two elts
531 df.push_back(m_d->dfOutput[i]); 531 df.push_back(m_d->dfOutput[i]);
532 beatPeriod.push_back(0.0); 532 beatPeriod.push_back(0.0);
533 } 533 }