mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
temporal: remove debug output and stacktrace
This commit is contained in:
parent
74a4678c04
commit
857856431e
1 changed files with 0 additions and 3 deletions
|
|
@ -1109,7 +1109,6 @@ TempoMap::reset_starting_at (superclock_t sc)
|
|||
{
|
||||
DEBUG_TRACE (DEBUG::TemporalMap, string_compose ("reset starting at %1\n", sc));
|
||||
cerr << "RESET starting at " << sc << endl;
|
||||
PBD::stacktrace (cerr, 9);
|
||||
dump (cerr);
|
||||
|
||||
assert (!_tempos.empty());
|
||||
|
|
@ -3518,7 +3517,6 @@ TempoMap::set_state_3x (const XMLNode& node)
|
|||
if (index == initial_tempo_index) {
|
||||
if (!initial_tempo_not_at_zero) {
|
||||
/* already added */
|
||||
cerr << "skip, since it is the initial\n";
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
@ -3541,7 +3539,6 @@ TempoMap::set_state_3x (const XMLNode& node)
|
|||
if (index == initial_meter_index) {
|
||||
if (!initial_meter_not_at_zero) {
|
||||
/* Add a BBT point to fix the meter location */
|
||||
cerr << "Add bartime point for " << lms.bbt << " at " << lms.sample << endl;
|
||||
set_bartime (lms.bbt, timepos_t (lms.sample));
|
||||
} else {
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue