Mercurial > hg > svcore
diff transform/FeatureExtractionModelTransformer.cpp @ 801:ed3779b2b4a8 qt5
Remove some debug
author | Chris Cannam |
---|---|
date | Thu, 09 May 2013 17:30:44 +0100 |
parents | cf466a5d411e |
children | 98cf98a217d2 |
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