summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_diskstream.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-06-29 13:59:40 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:18:16 -0400
commitb79bfe8793047a0a30388457bd8f0abb9641bba2 (patch)
tree0e44a45611fda8c2489ee1f4847e72dff1b5ab3a /libs/ardour/audio_diskstream.cc
parent205f9bca9672eb294d5f1626a90332c7502d3387 (diff)
remove debugging output
Diffstat (limited to 'libs/ardour/audio_diskstream.cc')
-rw-r--r--libs/ardour/audio_diskstream.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/audio_diskstream.cc b/libs/ardour/audio_diskstream.cc
index e97af72b8c..d6db47f00a 100644
--- a/libs/ardour/audio_diskstream.cc
+++ b/libs/ardour/audio_diskstream.cc
@@ -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 */