remove ugly and unnecessary debugging output
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 10 Dec 2014 18:37:03 +0000 (13:37 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 10 Dec 2014 18:37:03 +0000 (13:37 -0500)
libs/ardour/session_process.cc

index 8d94fbb064807b9a1dc0e6cd3428a80b2c55b0d3..efe9ffb3513dce1c99826ff705bea37fe4a608a5 100644 (file)
@@ -248,12 +248,6 @@ Session::get_track_statistics ()
        g_atomic_int_set (&_playback_load, (uint32_t) floor (pworst * 100.0f));
        g_atomic_int_set (&_capture_load, (uint32_t) floor (cworst * 100.0f));
 
-        if (cworst < 0.4 || pworst < 0.4) {
-                GTimeVal now;
-                g_get_current_time (&now);
-                std::cerr << g_time_val_to_iso8601 (&now) <<  " *** WARNING *** CAPTURE BUFFERS (WORST): " << cworst  << "PLAYBACK BUFFERS (WORST): " << pworst << endl;
-        }
-
        if (actively_recording()) {
                set_dirty();
        }