summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-02-07 17:09:28 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-02-07 17:09:28 +0100
commit948a0417366e615801fe3072165e114807347ed3 (patch)
tree31c2a983c62398dca79469c62a86ca688e0a9a98
parent4aaf3fcb95e280a4348bced300553d4166f72a71 (diff)
remove debug output
-rw-r--r--libs/ardour/route.cc2
1 files changed, 0 insertions, 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)