From 157253c2c633c184bb09edf3de30dd283b0ec506 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 17 Oct 2016 13:41:22 -0400 Subject: remove debug output --- libs/ardour/automation_control.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/automation_control.cc') diff --git a/libs/ardour/automation_control.cc b/libs/ardour/automation_control.cc index 6d6fbd9107..be81e28dd5 100644 --- a/libs/ardour/automation_control.cc +++ b/libs/ardour/automation_control.cc @@ -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); -- cgit v1.2.3