# HG changeset patch # User Chris Cannam # Date 1366123525 -3600 # Node ID ebe3ca2bb556fca1a8f233336395d57dde1f4d17 # Parent 84013dc0ed7749fbde799e255f8d494956d0c340 Remove debug diff -r 84013dc0ed77 -r ebe3ca2bb556 transform/FeatureExtractionModelTransformer.cpp --- a/transform/FeatureExtractionModelTransformer.cpp Tue Apr 16 15:20:57 2013 +0100 +++ b/transform/FeatureExtractionModelTransformer.cpp Tue Apr 16 15:45:25 2013 +0100 @@ -682,8 +682,7 @@ frame = lrintf((m_fixedRateFeatureNo / m_descriptor->sampleRate) * inputRate); - std::cerr << "Feature hasTimestamp = " << feature.hasTimestamp << ", timestamp = " << feature.timestamp << ", frame works out to " << frame << std::endl; - +// 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