remove stacktrace() from TempoMap::dump()

This commit is contained in:
Paul Davis 2022-10-27 11:58:39 -06:00
parent 2cf59a988c
commit 33770d0777
1 changed files with 0 additions and 2 deletions

View File

@ -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) {