changeset 175:e0dc4675059c refactors

Remove a bit of debug output
author Chris Cannam
date Fri, 06 Feb 2015 18:47:27 +0000
parents ef3c4b451c57
children 50bf5c5bca34
files src/MatchVampPlugin.cpp
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/MatchVampPlugin.cpp	Fri Feb 06 18:41:44 2015 +0000
+++ b/src/MatchVampPlugin.cpp	Fri Feb 06 18:47:27 2015 +0000
@@ -402,11 +402,8 @@
     m_params.hopTime = m_stepTime;
     m_feParams.fftSize = m_blockSize;
 
-    cerr << "creating pipeline with m_secondReferenceFrequency = "
-         << m_secondReferenceFrequency << endl;
     m_pipeline = new MatchPipeline(m_feParams, m_fcParams, m_dParams, m_params,
                                    m_secondReferenceFrequency);
-    cerr << "done" << endl;
 }
 
 bool