# HG changeset patch # User Chris Cannam # Date 1378111625 -3600 # Node ID 3f7b4b282df11e9d3cee95b938d32eafd124c924 # Parent 891b8a8b652f014fe5b04a1fb381de7fa8d15ff2 Remove debug (which should be to cerr rather than cout, if ever restored) diff -r 891b8a8b652f -r 3f7b4b282df1 dsp/tempotracking/TempoTrackV2.cpp --- a/dsp/tempotracking/TempoTrackV2.cpp Mon Sep 02 09:26:46 2013 +0100 +++ b/dsp/tempotracking/TempoTrackV2.cpp Mon Sep 02 09:47:05 2013 +0100 @@ -120,9 +120,9 @@ double rayparam = (60*44100/512)/inputtempo; // these debug statements can be removed. - std::cout << "inputtempo" << inputtempo << std::endl; - std::cout << "rayparam" << rayparam << std::endl; - std::cout << "constraintempo" << constraintempo << std::endl; +// std::cerr << "inputtempo" << inputtempo << std::endl; +// std::cerr << "rayparam" << rayparam << std::endl; +// std::cerr << "constraintempo" << constraintempo << std::endl; // make rayleigh weighting curve d_vec_t wv(wv_len); @@ -458,8 +458,8 @@ //double alpha = 0.9; // MEPD 28/11/12 // debug statements that can be removed. - std::cout << "alpha" << alpha << std::endl; - std::cout << "tightness" << tightness << std::endl; +// std::cerr << "alpha" << alpha << std::endl; +// std::cerr << "tightness" << tightness << std::endl; // main loop for (unsigned int i=0; i