mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
remove debugging output
This commit is contained in:
parent
6f9aa3677f
commit
26816fc696
1 changed files with 3 additions and 3 deletions
|
|
@ -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 ();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue