mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
remove some debug output
This commit is contained in:
parent
74132b60a0
commit
8069a4a514
1 changed files with 0 additions and 2 deletions
|
|
@ -596,10 +596,8 @@ TriggerEntry::play_button_event (GdkEvent* ev)
|
|||
if (trigger()->box().record_enabled()) {
|
||||
/* this is a record button */
|
||||
if (trigger()->armed()) {
|
||||
std::cerr << "Disarm\n";
|
||||
trigger()->disarm ();
|
||||
} else {
|
||||
std::cerr << "Arm\n";
|
||||
trigger()->arm ();
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue