13
0

remove debug output

git-svn-id: svn://localhost/ardour2/branches/3.0@13501 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-11-14 20:38:48 +00:00
parent 0ebcf50fbd
commit 2860c2f5ce

View File

@ -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) {