mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
remove debug output
This commit is contained in:
parent
6cc7e9d34c
commit
95b1a40091
1 changed files with 0 additions and 1 deletions
|
|
@ -110,7 +110,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