From: Paul Davis Date: Tue, 7 Feb 2017 16:09:28 +0000 (+0100) Subject: remove debug output X-Git-Tag: 5.6~23 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=948a0417366e615801fe3072165e114807347ed3 remove debug output --- 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)