mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
temporal: remove debug output
This commit is contained in:
parent
a7ee848f70
commit
540a15efa0
1 changed files with 0 additions and 2 deletions
|
|
@ -873,14 +873,12 @@ TempoMap::core_add_tempo (TempoPoint* tp, bool& replaced)
|
|||
*((Tempo*)&(*t)) = *tp;
|
||||
delete tp;
|
||||
DEBUG_TRACE (DEBUG::TemporalMap, string_compose ("overwrote old tempo with %1\n", *tp));
|
||||
std::cerr << string_compose ("overwrote old tempo with %1\n", *tp);
|
||||
replaced = true;
|
||||
return &(*t);
|
||||
}
|
||||
}
|
||||
|
||||
DEBUG_TRACE (DEBUG::TemporalMap, string_compose ("inserted tempo %1\n", *tp));
|
||||
std::cerr << string_compose ("inserted tempo %1\n", *tp);
|
||||
|
||||
replaced = false;
|
||||
return &(* _tempos.insert (t, *tp));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue