summaryrefslogtreecommitdiff
path: root/libs/ardour/automation_control.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-10-14 11:50:27 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-10-14 11:50:27 -0400
commit102547089b9d527723a5732d9f950fedaf65dcf2 (patch)
tree9529c827f9d41ae3ba195551c95fed456d33dc72 /libs/ardour/automation_control.cc
parent9066dd731b7a4df67562bb581d15ac318673e6ab (diff)
remove debug output
Diffstat (limited to 'libs/ardour/automation_control.cc')
-rw-r--r--libs/ardour/automation_control.cc6
1 files 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 ();