remove debug output

This commit is contained in:
Paul Davis 2019-11-23 15:54:34 -07:00
parent f561cc6dc2
commit 9a8ca01cb0

View file

@ -257,8 +257,6 @@ DiskReader::use_playlist (DataType dt, boost::shared_ptr<Playlist> playlist)
take care of the buffer refill.
*/
cerr << "DR " << _track->name() << " using playlist, loading ? " << _session.loading() << endl;
if (!overwrite_queued && (prior_playlist || _session.loading())) {
_session.request_overwrite_buffer (_track);
overwrite_queued = true;
@ -786,8 +784,6 @@ DiskReader::audio_read (PBD::PlaybackBuffer<Sample>*rb,
/* Looping: do something (maybe) about the loop boundaries */
cerr << name() << " Read with lfc = " << enum_2_string (Config->get_loop_fade_choice()) << endl;
switch (Config->get_loop_fade_choice()) {
case NoLoopFade:
break;