remove debug output

This commit is contained in:
Paul Davis 2022-06-16 22:34:59 -06:00
parent 2f6047e000
commit 7724af1850
1 changed files with 0 additions and 3 deletions

View File

@ -460,10 +460,7 @@ Editor::tempo_map_changed ()
*/
if (&tempo_marks.front()->point().map() != current_map.get()) {
std::cerr << "Map changed, need marker reassoc; point using " << &tempo_marks.front()->point().map() << " vs. " << current_map.get() << std::endl;
reassociate_metric_markers (current_map);
} else {
std::cerr << "Map changed, no reassoc reqd\n";
}
}