changeset 802:98cf98a217d2 qt5

Merge
author Chris Cannam
date Thu, 09 May 2013 17:31:31 +0100
parents ed3779b2b4a8 (diff) 9207c142b461 (current diff)
children 2bd629a29fa3
files transform/FeatureExtractionModelTransformer.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.cpp	Thu May 09 13:32:06 2013 +0100
+++ b/transform/FeatureExtractionModelTransformer.cpp	Thu May 09 17:31:31 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