From 1ea6abd672447f8e90ad0a493ca8c87248761145 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 29 Jun 2015 13:59:40 -0400 Subject: [PATCH] remove debugging output --- libs/ardour/audio_diskstream.cc | 4 ---- 1 file changed, 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 */