diff transform/FeatureExtractionModelTransformer.cpp @ 790:ebe3ca2bb556

Remove debug
author Chris Cannam
date Tue, 16 Apr 2013 15:45:25 +0100
parents 84013dc0ed77
children 98cf98a217d2
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.cpp	Tue Apr 16 15:20:57 2013 +0100
+++ b/transform/FeatureExtractionModelTransformer.cpp	Tue Apr 16 15:45:25 2013 +0100
@@ -682,8 +682,7 @@
         frame = lrintf((m_fixedRateFeatureNo / m_descriptor->sampleRate)
                        * inputRate);
 
-        std::cerr << "Feature hasTimestamp = " << feature.hasTimestamp << ", timestamp = " << feature.timestamp << ", frame works out to " << frame << std::endl;
-
+//        std::cerr << "Feature hasTimestamp = " << feature.hasTimestamp << ", timestamp = " << feature.timestamp << ", frame works out to " << frame << std::endl;
     }
 	
     // Rather than repeat the complicated tests from the constructor