mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 11:49:33 +01:00
remove debug output
This commit is contained in:
parent
1b39ed1035
commit
0b00e073b8
1 changed files with 0 additions and 1 deletions
|
|
@ -114,7 +114,6 @@ class AutoReturnTargetOptions : public OptionEditorBox
|
|||
{
|
||||
if (p == "auto-return-target-list") {
|
||||
AutoReturnTarget art = _rc_config->get_auto_return_target_list();
|
||||
cerr << "ARTO, reset buttons with " << enum_2_string (art) << endl;
|
||||
range_selection_button.set_active (art & RangeSelectionStart);
|
||||
loop_button.set_active (art & Loop);
|
||||
region_selection_button.set_active (art & RegionSelectionStart);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue