13
0

remove debug output

This commit is contained in:
Paul Davis 2023-04-13 17:47:32 -06:00
parent 9d2c1232c5
commit f29557348e

View File

@ -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