From 948a0417366e615801fe3072165e114807347ed3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 7 Feb 2017 17:09:28 +0100 Subject: remove debug output --- libs/ardour/route.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 113991f06e..b6f4f5fad7 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -3414,8 +3414,6 @@ Route::output_change_handler (IOChange change, void * /*src*/) } } - cerr << "computed sbod = " << sbod << endl; - int delta = sbod - _solo_control->soloed_by_others_downstream(); if (delta <= 0) { // do not allow new connections to change implicit solo (no propagation) -- cgit v1.2.3