From 983a8f3f3c2a92b1a4781504087a05b488056465 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 24 May 2016 11:53:05 -0400 Subject: remove debug output --- libs/ardour/automation_control.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libs') diff --git a/libs/ardour/automation_control.cc b/libs/ardour/automation_control.cc index 85b0e1fab5..d8dd582505 100644 --- a/libs/ardour/automation_control.cc +++ b/libs/ardour/automation_control.cc @@ -124,8 +124,9 @@ AutomationControl::actually_set_value (double value, PBD::Controllable::GroupCon AutomationType at = (AutomationType) _parameter.type(); - std::cerr << "++++ Changed (" << enum_2_string (at) << ", " << enum_2_string (gcd) << ") = " << value - << " (was " << old_value << ") @ " << this << std::endl; + //std::cerr << "++++ Changed (" << enum_2_string (at) << ", " << enum_2_string (gcd) << ") = " << value + //<< " (was " << old_value << ") @ " << this << std::endl; + Changed (true, gcd); } -- cgit v1.2.3