Mercurial > hg > svcore
changeset 790:ebe3ca2bb556
Remove debug
| author | Chris Cannam | 
|---|---|
| date | Tue, 16 Apr 2013 15:45:25 +0100 | 
| parents | 84013dc0ed77 | 
| children | fea591a66e5d | 
| files | transform/FeatureExtractionModelTransformer.cpp | 
| diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- 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
