mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
remove debug output
This commit is contained in:
parent
57252cd1c7
commit
ced7441a19
1 changed files with 0 additions and 3 deletions
|
|
@ -296,8 +296,6 @@ Trigger::arm ()
|
|||
return;
|
||||
}
|
||||
|
||||
std::cerr << "try to arm " << _box.order() << ':' << index() << std::endl;
|
||||
|
||||
/* trigger arming is mutually exclusive within a given TriggerBox */
|
||||
|
||||
_box.disarm_all ();
|
||||
|
|
@ -3615,7 +3613,6 @@ TriggerBox::finish_recording (BufferSet& bufs)
|
|||
*/
|
||||
ai->slot.captured (*ai, bufs);
|
||||
_arm_info = nullptr;
|
||||
std::cerr << "finish, ai null\n";
|
||||
_record_state = Enabled;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue