summaryrefslogtreecommitdiff
path: root/libs/ardour/automation_control.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-24 11:53:05 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:44 -0400
commit983a8f3f3c2a92b1a4781504087a05b488056465 (patch)
tree154091b992c3abec3f0ca7ae52e5573cdc586298 /libs/ardour/automation_control.cc
parent109be3b4f333c15c557c2343c05a68264225d65d (diff)
remove debug output
Diffstat (limited to 'libs/ardour/automation_control.cc')
-rw-r--r--libs/ardour/automation_control.cc5
1 files changed, 3 insertions, 2 deletions
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);
}