remove debugging output

This commit is contained in:
Paul Davis
2015-06-29 13:59:40 -04:00
parent 205f9bca96
commit b79bfe8793

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 */