remove debugging output

This commit is contained in:
Paul Davis 2015-06-29 13:59:40 -04:00
parent a4050d2779
commit 1ea6abd672
1 changed files with 0 additions and 4 deletions

View File

@ -1148,10 +1148,6 @@ AudioDiskstream::_do_refill (Sample* mixdown_buffer, float* gain_buffer, framecn
if (fill_level) {
if (fill_level < total_space) {
cerr << name() << " adjust total space of " << total_space << " to leave " << fill_level << " to still refill\n";
if (fill_level < 0) {
PBD::stacktrace (cerr, 20);
}
total_space -= fill_level;
} else {
/* we can't do anything with it */