remove debug output
[ardour.git] / 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) {