From 33770d0777a071fd740ff91d916ee7d1da7bb1cf Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 27 Oct 2022 11:58:39 -0600 Subject: [PATCH] remove stacktrace() from TempoMap::dump() --- libs/temporal/tempo.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/temporal/tempo.cc b/libs/temporal/tempo.cc index 67d6c06bb4..033f661770 100644 --- a/libs/temporal/tempo.cc +++ b/libs/temporal/tempo.cc @@ -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) {