remove debug output

This commit is contained in:
Paul Davis 2016-10-17 13:41:22 -04:00
parent a127cb35b5
commit 157253c2c6

View File

@ -147,7 +147,6 @@ AutomationControl::actually_set_value (double value, PBD::Controllable::GroupCon
if (al->automation_write ()) {
to_list = true;
old_value = Control::user_double ();
std::cerr << "OV UD with al AL\n";
} else if (al->automation_playback()) {
to_list = false;
old_value = al->eval (pos);