From f29557348e520752d0990afaf660cff57aaa12a6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 13 Apr 2023 17:47:32 -0600 Subject: [PATCH] remove debug output --- libs/temporal/tempo.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/temporal/tempo.cc b/libs/temporal/tempo.cc index 3a549d75b3..6a1e31d4b0 100644 --- a/libs/temporal/tempo.cc +++ b/libs/temporal/tempo.cc @@ -3269,9 +3269,9 @@ TempoMap::stretch_tempo (TempoPoint& focus, double tempo_value) ++cnt; } - std::cerr << "that took " << cnt << " iterations to get to < 1 sample\n"; - std::cerr << "final focus: " << focus << std::endl; - std::cerr << "final prev: " << *prev << std::endl; + // std::cerr << "that took " << cnt << " iterations to get to < 1 sample\n"; + // std::cerr << "final focus: " << focus << std::endl; + // std::cerr << "final prev: " << *prev << std::endl; reset_starting_at (prev->sclock()); // dump (std::cerr); @@ -3529,7 +3529,7 @@ TempoMap::twist_tempi (TempoPoint& prev, TempoPoint& focus, TempoPoint& next, do ++cnt; } - std::cerr << "that took " << cnt << " iterations to get to < 1 sample\n"; + // std::cerr << "that took " << cnt << " iterations to get to < 1 sample\n"; } void