remove debugging output
This commit is contained in:
parent
6f9aa3677f
commit
26816fc696
@ -842,8 +842,8 @@ Editor::abort_tempo_map_edit ()
|
||||
void
|
||||
Editor::mid_tempo_change ()
|
||||
{
|
||||
std::cerr << "============== MID TEMPO\n";
|
||||
TempoMap::SharedPtr map (TempoMap::use());
|
||||
map->dump (std::cerr);
|
||||
// std::cerr << "============== MID TEMPO\n";
|
||||
// TempoMap::SharedPtr map (TempoMap::use());
|
||||
// map->dump (std::cerr);
|
||||
tempo_map_visual_update ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user