remove debug output
This commit is contained in:
parent
3553d56f05
commit
9f39cca21f
@ -2568,7 +2568,6 @@ void
|
|||||||
TriggerBox::fast_forward (CueEvents const & cues, samplepos_t transport_position)
|
TriggerBox::fast_forward (CueEvents const & cues, samplepos_t transport_position)
|
||||||
{
|
{
|
||||||
if (cues.empty() || cues.front().time > transport_position) {
|
if (cues.empty() || cues.front().time > transport_position) {
|
||||||
std::cerr << "no cues before " << transport_position << endl;
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user