remove debug output

This commit is contained in:
Paul Davis 2022-02-11 08:47:59 -07:00
parent 3553d56f05
commit 9f39cca21f

View File

@ -2568,7 +2568,6 @@ void
TriggerBox::fast_forward (CueEvents const & cues, samplepos_t transport_position)
{
if (cues.empty() || cues.front().time > transport_position) {
std::cerr << "no cues before " << transport_position << endl;
return;
}