changeset 105:c32a2446f7fe

Remove debug (which should be to cerr rather than cout, if ever restored)
author Chris Cannam
date Mon, 02 Sep 2013 09:47:05 +0100
parents 1e433aaa44ad
children f976d7609700
files dsp/tempotracking/TempoTrackV2.cpp
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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<localscore.size(); i++)