From 102547089b9d527723a5732d9f950fedaf65dcf2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 14 Oct 2016 11:50:27 -0400 Subject: remove debug output --- libs/ardour/automation_control.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/ardour/automation_control.cc b/libs/ardour/automation_control.cc index 2f9057d28a..56fd0e6409 100644 --- a/libs/ardour/automation_control.cc +++ b/libs/ardour/automation_control.cc @@ -135,9 +135,9 @@ AutomationControl::actually_set_value (double value, PBD::Controllable::GroupCon Control::set_double (value, _session.transport_frame(), to_list); if (old_value != value) { - AutomationType at = (AutomationType) _parameter.type(); - std::cerr << "++++ Changed (" << enum_2_string (at) << ", " << enum_2_string (gcd) << ") = " << value - << " (was " << old_value << ") @ " << this << std::endl; + // AutomationType at = (AutomationType) _parameter.type(); + // std::cerr << "++++ Changed (" << enum_2_string (at) << ", " << enum_2_string (gcd) << ") = " << value + // << " (was " << old_value << ") @ " << this << std::endl; Changed (true, gcd); _session.set_dirty (); -- cgit v1.2.3