remove debug output

This commit is contained in:
Paul Davis 2022-12-20 22:01:41 -07:00
parent e2d265c018
commit b2a6fb70b4
1 changed files with 0 additions and 1 deletions

View File

@ -824,7 +824,6 @@ TempoMap::replace_tempo (TempoPoint const & old, Tempo const & t, timepos_t cons
TempoPoint &
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)));
}