remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 7 Feb 2017 16:09:28 +0000 (17:09 +0100)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 7 Feb 2017 16:09:28 +0000 (17:09 +0100)
libs/ardour/route.cc

index 113991f06e6575d1bb80ad6f3fcd66f64fb77991..b6f4f5fad774c39f8053b39faf619ec55a57dba8 100644 (file)
@@ -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)