remove debug output

This commit is contained in:
Paul Davis
2016-10-14 11:50:27 -04:00
parent 9066dd731b
commit 102547089b

View File

@@ -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 ();