13
0

remove debugging output

This commit is contained in:
Paul Davis 2022-05-10 11:44:51 -06:00
parent 6f9aa3677f
commit 26816fc696

View File

@ -842,8 +842,8 @@ Editor::abort_tempo_map_edit ()
void void
Editor::mid_tempo_change () Editor::mid_tempo_change ()
{ {
std::cerr << "============== MID TEMPO\n"; // std::cerr << "============== MID TEMPO\n";
TempoMap::SharedPtr map (TempoMap::use()); // TempoMap::SharedPtr map (TempoMap::use());
map->dump (std::cerr); // map->dump (std::cerr);
tempo_map_visual_update (); tempo_map_visual_update ();
} }