changeset 801:ed3779b2b4a8 qt5

Remove some debug
author Chris Cannam
date Thu, 09 May 2013 17:30:44 +0100
parents cefc9763dc0c
children 98cf98a217d2
files transform/FeatureExtractionModelTransformer.cpp
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.cpp	Fri Apr 26 16:37:55 2013 +0100
+++ b/transform/FeatureExtractionModelTransformer.cpp	Thu May 09 17:30:44 2013 +0100
@@ -673,9 +673,6 @@
  
         frame = lrintf((m_fixedRateFeatureNo / m_descriptor->sampleRate)
                        * inputRate);
-
-        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