remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 17 Oct 2016 17:41:22 +0000 (13:41 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 17 Oct 2016 17:41:22 +0000 (13:41 -0400)
libs/ardour/automation_control.cc

index 6d6fbd9107665b402498be913485317d5984eef0..be81e28dd5d3173a99267d3aa9c91718cf9ae375 100644 (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);