From bce617375eeb0429e8f98f19839faf7be8a84a5d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 19 Apr 2016 15:43:17 -0400 Subject: fix return type of SlavableAutomationControl::get_boolean_masters() to make it usefl --- 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 8ffbd2d7df..d947a3599f 100644 --- a/libs/ardour/automation_control.cc +++ b/libs/ardour/automation_control.cc @@ -284,7 +284,6 @@ AutomationControl::check_rt (double val, Controllable::GroupControlDisposition g { if (!_session.loading() && (flags() & Controllable::RealTime) && !AudioEngine::instance()->in_process_thread()) { /* queue change in RT context */ - std::cerr << "::set_value (" << val << ", " << enum_2_string (gcd) << ") called for " << enum_2_string ((AutomationType) _parameter.type()) << ", queueing in RT context\n"; _session.set_control (shared_from_this(), val, gcd); return true; } -- cgit v1.2.3