mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
remove debug output
This commit is contained in:
parent
e2d265c018
commit
b2a6fb70b4
1 changed files with 0 additions and 1 deletions
|
|
@ -824,7 +824,6 @@ TempoMap::replace_tempo (TempoPoint const & old, Tempo const & t, timepos_t cons
|
||||||
TempoPoint &
|
TempoPoint &
|
||||||
TempoMap::set_tempo (Tempo const & t, BBT_Time const & bbt)
|
TempoMap::set_tempo (Tempo const & t, BBT_Time const & bbt)
|
||||||
{
|
{
|
||||||
std::cerr << "ST with bbt = " << bbt << std::endl;
|
|
||||||
return set_tempo (t, timepos_t (quarters_at (bbt)));
|
return set_tempo (t, timepos_t (quarters_at (bbt)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue