mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 19:36:00 +01:00
remove stacktrace() from TempoMap::dump()
This commit is contained in:
parent
2cf59a988c
commit
33770d0777
1 changed files with 0 additions and 2 deletions
|
|
@ -1711,8 +1711,6 @@ TempoMap::sample_rate_changed (samplecnt_t new_sr)
|
|||
void
|
||||
TempoMap::dump (std::ostream& ostr) const
|
||||
{
|
||||
PBD::stacktrace (std::cerr, 20);
|
||||
|
||||
ostr << "\n\nTEMPO MAP @ " << this << ":\n" << std::dec;
|
||||
ostr << "... tempos...\n";
|
||||
for (Tempos::const_iterator t = _tempos.begin(); t != _tempos.end(); ++t) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue