remove debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@13501 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0ebcf50fbd
commit
2860c2f5ce
@ -87,8 +87,6 @@ AutomationControl::set_automation_state (AutoState as)
|
||||
{
|
||||
if (as != alist()->automation_state()) {
|
||||
|
||||
cerr << name() << " setting automation state to " << enum_2_string (as) << endl;
|
||||
|
||||
alist()->set_automation_state (as);
|
||||
|
||||
if (as == Write) {
|
||||
|
Loading…
Reference in New Issue
Block a user