diff transform/FeatureExtractionModelTransformer.cpp @ 805:c379b43935ef qt5

Merge
author Chris Cannam
date Tue, 14 May 2013 10:55:27 +0100
parents 98cf98a217d2
children 54829c1e155e e802e550a1f2
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.cpp	Tue May 14 09:54:27 2013 +0100
+++ b/transform/FeatureExtractionModelTransformer.cpp	Tue May 14 10:55:27 2013 +0100
@@ -681,8 +681,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