remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 2 Oct 2015 20:31:30 +0000 (16:31 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 3 Oct 2015 02:08:14 +0000 (22:08 -0400)
libs/ardour/audioengine.cc

index 8aa89fa42cc13cf3cd89f7cced430e16b90b7d53..ed1a6084e188e7418a2c31e0e7e10c752bc5c834 100644 (file)
@@ -282,8 +282,6 @@ AudioEngine::process_callback (pframes_t nframes)
 
        if (session_remove_pending) {
 
-               cerr << "SRP, countdown = " << session_removal_countdown << endl;
-               
                /* perform the actual session removal */
 
                if (session_removal_countdown < 0) {