mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
remove debug output
This commit is contained in:
parent
3553d56f05
commit
9f39cca21f
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue