# HG changeset patch # User Chris Cannam # Date 1368117044 -3600 # Node ID ed3779b2b4a8a1ca67c21ef27437c4e442fbf3ac # Parent cefc9763dc0c29d4a66f3dbd81abf2fd5bd3fbcc Remove some debug diff -r cefc9763dc0c -r ed3779b2b4a8 transform/FeatureExtractionModelTransformer.cpp --- 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