mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 15:08:17 +01:00
remove debug output
This commit is contained in:
parent
f561cc6dc2
commit
9a8ca01cb0
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue