remove debug output
This commit is contained in:
parent
2f6047e000
commit
7724af1850
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user