# HG changeset patch # User Chris Cannam # Date 1368117091 -3600 # Node ID 98cf98a217d2516fd739dee08c4dc7f02ab82709 # Parent ed3779b2b4a8a1ca67c21ef27437c4e442fbf3ac# Parent 9207c142b461b2ed347a16a1b7da49751257f8f6 Merge diff -r 9207c142b461 -r 98cf98a217d2 transform/FeatureExtractionModelTransformer.cpp --- 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