changeset 29:afcd1f4e603c

Another minor tidy
author Chris Cannam
date Fri, 13 Jul 2012 21:25:34 +0100
parents 7927e7afbe07
children 2554aab152a5
files CepstrumPitchTracker.cpp CepstrumPitchTracker.h
diffstat 2 files changed, 0 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/CepstrumPitchTracker.cpp	Fri Jul 13 21:24:22 2012 +0100
+++ b/CepstrumPitchTracker.cpp	Fri Jul 13 21:25:34 2012 +0100
@@ -147,12 +147,6 @@
     return m_state;
 }
 
-int
-CepstrumPitchTracker::Hypothesis::getPendingLength()
-{
-    return m_pending.size();
-}
-
 CepstrumPitchTracker::Hypothesis::Estimates
 CepstrumPitchTracker::Hypothesis::getAcceptedEstimates()
 {
@@ -634,10 +628,6 @@
         }
     }  
 
-    std::cerr << "accepted length = " << m_good.getPendingLength()
-              << ", state = " << m_good.getState()
-              << ", hypothesis count = " << m_possible.size() << std::endl;
-
     delete[] data;
     return fs;
 }
--- a/CepstrumPitchTracker.h	Fri Jul 13 21:24:22 2012 +0100
+++ b/CepstrumPitchTracker.h	Fri Jul 13 21:25:34 2012 +0100
@@ -105,7 +105,6 @@
 
         State getState();
 
-        int getPendingLength();
         Estimates getAcceptedEstimates();
         Note getAveragedNote();