diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index 1cc63c9286..e62bf3c586 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -1834,6 +1834,7 @@ TempoMap::solve_map (Metrics& imaginary, TempoSection* section, const Tempo& bpm return true; } + /* TempoSection* prev_ts = 0; std::cerr << "dumping beat order ------" << std::endl; std::cerr << "section : " << section->beats_per_minute() << " | " << section->beat() << " | " << section->frame() << std::endl; @@ -1855,6 +1856,7 @@ TempoMap::solve_map (Metrics& imaginary, TempoSection* section, const Tempo& bpm } std::cerr << "end dump ------"; prev_ts = 0; + */ return false; }