From a0fcf2fc66c255a0bf7c1b4bb544c1d3d594cb3a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 10 Dec 2014 13:37:03 -0500 Subject: remove ugly and unnecessary debugging output --- libs/ardour/session_process.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libs/ardour/session_process.cc') diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc index 8d94fbb064..efe9ffb351 100644 --- a/libs/ardour/session_process.cc +++ b/libs/ardour/session_process.cc @@ -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(); } -- cgit v1.2.3